Category Terraform

For and For_Each loop in Terraform

In this article, we are going to discuss on For and For_Each loop in terraform. The count meta-argument at the terraform helps us to create multiple resources of the same type. It is the simplest construct to have the functionality…

Import a resource into terraform state file

Terraform is great tool to deal with the infrastructure deployments. Though, it helps you to completely automate the infra deployments, the resources that are deployed by terraform can only be managed by terraform. Terraform stores the state information in the…