GoogleCloudPlatform / gke-terraform-generator

gke-tf was created to streamline the creation of customized Terraform source files that build GKE clusters and supporting resources in GCP.
Apache License 2.0
55 stars 24 forks source link

Terraform Remote State #8

Open chrislovecnm opened 5 years ago

chrislovecnm commented 5 years ago

As discussed, I think it would be better to use Terraform remote state with a GCS bucket in this demo to showcase Terraform best practices instead of using local state. We could add an init script that would create the GCS bucket if needed.

cc @aurelienlegrand