mbagliojr / managing-infrastructure-with-terraform

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

Home Page:https://cloudacademy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://cloudacademy.com

License:MIT License


Languages

Language:HCL 100.0%