Rohit Pagoterohitpagote.hashnode.dev·Jul 19, 2023Terraform FundamentalsConfiguration Management VS Infrastructure Orchestration Ansible, Chef, and Puppet are configuration management tools which means that they are designed to install and manage software on existing servers. Terraform and CloudFormation are infrastruc...Discuss·125 readsTerraform
Adelakin Adewumijewelhub.hashnode.dev·May 30, 2023Understanding basics of Terraform #4- Terraform moduleTerraform was initially released by hashicorp in 2014. One of the major reasons for release of Terraform is to reduce the use of Saas cloud provider manually. Back in time, on premises is used to build cooperate network infrastructure. This means eve...Discuss·17 likes·54 readsAWS
Nehal IngoleforTeckbaker's Blogteckbakers.hashnode.dev·May 16, 2023Terraform with SpotifyTerraform HashiCorp Terraform is an infrastructure as a code tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share. You can then use a consistent workflow to provision ...Discuss·2 likes·88 readsDevops & CloudTerraform
Ashutosh Mahajanashutoshamblogs.hashnode.dev·May 7, 2023Terraform VariablesIntroduction Terraform is a popular infrastructure as code (IaC) tool used for creating, managing, and updating cloud resources in a declarative way. It enables developers to define their cloud infrastructure as code, which can be version-controlled,...Discuss·10 likes·65 readsTerraform
Ashutosh Mahajanashutoshamblogs.hashnode.dev·May 6, 2023Terraform BasicsIntroduction Terraform is a popular Infrastructure as Code (IaC) tool used to create and manage infrastructure resources in a cloud environment. It is an open-source tool developed by HashiCorp and is available on various platforms such as AWS, Googl...Discuss·1 like·53 readsTerraform
Kunal Singhikunalsingh.hashnode.dev·Feb 26, 2023Dynamic Operations in Terraform with FunctionsIntroduction The Terraform configuration language allows you to write declarative expressions to create infrastructure. While the configuration language is not a programming language, you can use several built-in functions to perform operations dynam...Discuss·7 likes·567 readsTerraform
Kunal SinghforLearn by Doinglearnbydoing.hashnode.dev·Feb 18, 2023Terraform Challenge-3Signup to KodeKloud for performing this challenge. It's free!!! Architecture Diagram Challenge In this challenge, we will implement a simple EC2 instance with some preinstalled packages. The requirements in detail: Create a terraform key-pair cita...Discuss·8 likes·166 readsTerraform
Kunal SinghforLearn by Doinglearnbydoing.hashnode.dev·Feb 15, 2023Terraform Challenge-2Welcome to the terraform challenge series. In this challenge, we will implement a simple LAMP stack using terraform and docker. Signup to KodeKloud for performing this challenge. It's free!!! Architecture Diagram Challenge We will implement a simp...Discuss·8 likes·193 readsTerraform
Kunal SinghforLearn by Doinglearnbydoing.hashnode.dev·Feb 11, 2023Terraform Challenge-1For these challenges, you will start with deploying a simple web app on an existing Kubernetes cluster and then move on to more complicated challenges involving provisioning resources and entire infrastructure stacks in the AWS cloud. Signup to Kode...Discuss·10 likes·158 readsTerraform
Jothimani Radhakrishnanopsinsights.dev·Jan 24, 2023Terraform Workspaces with a simple example use case.What is a terraform workspace? A TF workspace isolates state information within a workspace. At the time of workspace creation, an isolated TF backend is created. This ensures existing configurations are not disturbed. Sounds interesting? Let us find...Discuss·237 readsTerraform