Articles in this series
Day 54 of 90daysofdevops · Define Infrastructure as Code Infrastructure as Code (IaC) is a software engineering practice that allows the provisioning,...
Day 60 of 90daysofdevops · What is Infrastructure as Code (IaC)? Infrastructure as Code (IaC) is a software engineering practice that allows the...
Day 61 of 90daysofdevops · Basic Terraform commands terraform init The terraform init command initializes a working directory containing Terraform...
Day 62 of 90daysofdevops · Terraform needs to be told which provider to be used in the automation, hence we need to give the provider name with source...
Day 63 of 90daysofdevops · What is Terraform Variable Variables are placeholders for values that can be used within Terraform configurations. They allow...
Day 64 of 90daysofdevops · Welcome to our blog on leveraging the combined strength of Terraform and AWS! Dive into the world of Infrastructure as Code...