Skip to content

dbergqvist/terraform-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-postgres

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"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages