-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Retrieve project after detecting changes #1887
Retrieve project after detecting changes #1887
Conversation
third_party/terraform/resources/resource_compute_instance_template.go
Outdated
Show resolved
Hide resolved
73fbb4e
to
ec8c00d
Compare
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-google-conversion. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
See comment for reasons
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
ec8c00d
to
dfe7e6f
Compare
@chrisst Hey. It looks like the PR does not fully fix the issue. I have a terraform configuration which provisions a google cloud project and then creates a $ terraform init -upgrade
...
- Downloading plugin for provider "google" (2.9.0)...
- Downloading plugin for provider "google-beta" (2.9.0)...
$ terraform plan
...
Error: Error refreshing state: 1 error occurred:
* module.hermes-test.google_compute_instance_template.hermes: 1 error occurred:
* module.hermes-test.google_compute_instance_template.hermes: project: required field is not set
... |
See comment for reasons
fixes hashicorp/terraform-provider-google#2878