As a DevOps Engineer, there might be a requirement of creating Infrastructure over various Cloud Providers including AWS, GCP or Azure. The ineffective way of doing it is simply going over the Provider console and manually create the infrastructure as per the requirement. Do you feel that its the correct way of doing it? Are … Continue reading Understanding Infrastructure as Code (IaC) using Terraform: A QuickStart
Tag: terraform
Understanding Meta-Arguments in Terraform
Hello Readers, This blog is regarding Meta-Arguments in Terraform. These are some special constructs in Terraform which are available for Resource and Module Block. If you are new to Terraform and don’t know about what Resources in Terraform are, do checkout my Blog: Understanding IaC using Terraform. Just a brief, the Resource block is used to define … Continue reading Understanding Meta-Arguments in Terraform
