Terraform 1.5.x’s Import Block

Terraform 1.5.x’s Import Block

Terraform 1.5.x’s Import Block Motivation It is a common occurence for DevOps teams without rock-solid best practice usage of Terraform: A user or application has created a cloud resource through the AWS console or the gcloud CLI, and now we want to bring that...

Terraform Variable Management

Terraform Variable Management We’ve previously discussed the syntax for creating variables within Terraform configuration. While this helps us with syntax, it leaves open questions about how variable values are actually passed into our Terraform workflow. CLI...