Repository accompanying the Medium post Managing Cloud SQL resources with Terraform
I have created a secret.tfvars file that I don't version control. The file contains the following:
project = "[PROJECT_ID]"
credentials_file = "[NAME].json"I then use var-file to load it
terraform apply -var-file="secret.tfvars"