Interview Questions for Terraform 馃敟
Day 71 of #90DaysOfDevOps

Search for a command to run...
Articles tagged with #terraform
Day 71 of #90DaysOfDevOps

Storing the terraform.tfstate file at Remote Backend with AWS S3 and MongoDB Along With Terraform Module.

Day 70 of #90DaysOfDevOps Tasks: Write about different modules Terraform. Difference between Root Module and Child Module. Is modules and Namespaces are same? Justify your answer for both Yes/No. Create an aws instance module. Different modules...

Day 69 of #90DaysOfDevOps When you define a resource block in Terraform, by default, this specifies one resource that will be created. To manage several of the same resources, you can use either count or for_each, which removes the need to write a se...

Terraform Hands-on Project

Day 65 of #90daysofdevops Tasks: Understanding Terraform Resources A resource in Terraform represents a component of your infrastructure, such as a physical server, a virtual machine, a DNS record, or an S3 bucket. Resources have attributes that defi...
