notes

Automating Terraform

July 29, 2022 #terraform #automation

Sometimes you are automating a Terraform deployment. In situations the Terraform configuration location is different from the working directory. The -chdir paramter to the rescue.

terraform -chdir=./production/kubernetes (init|apply)