Skip to content

mbagliojr/managing-infrastructure-with-terraform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

managing-infrastructure-with-terraform

Resources used in the production of my "Managing Infrastructure With Terraform" course on Cloud Academy.

Dependency Graph

Notes on the GCP Demo

The passwords for the Cloud SQL database and GKE cluster have not been committed to version control. As a best practice, you should avoid checking sensitive information into version control.

One way to set the variables is to create a terraform.tfvars file in the src/5-gcp-demo directory with the following contents:

sql_pass = "<Insert Cloud SQL Password>"

gke_master_pass = "<Insert GKE Password>"

About

Resources used in the production of my "Managing Infrastructure With Terraform" course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%