-
Notifications
You must be signed in to change notification settings - Fork 819
samples/guestbook: GCP section fails on terraform apply #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Once the Terraform GCP provider updates, I'd also like to fix all the TODOs enabling the other services. |
I've figured out a workaround for the time being: I can keep the service resources in place, but set them to |
Once the fix for hashicorp/terraform-provider-google#1579 is released, then we can kick out this variable. In the short term, this may cause the user to need to enable services manually and re-run `terraform apply`. Also set GKE cluster zone. Updates #108
I can confirm that a dev build of hashicorp/terraform-provider-google@e123401 fixes this issue. |
Kick out variable-guard for project services. Fixes #108
Terraform fails to provision GCP resources with the following errors:
This was apparently noted in hashicorp/terraform-provider-google#1579 and then fixed with hashicorp/terraform-provider-google#1632.
But the fix still isn't in the newest version of the Terraform GCP provider (v.0.14.0). Once the fix lands, we need to update this line to require the version with the fix.
The text was updated successfully, but these errors were encountered: