notes
Automating Terraform
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)