-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
google_project is recreated for no apparent reason #1728
Comments
Hi, probably related to this breaking change mentioned in the 1.13 release notes. Workaround: add an |
Hmm, I don't recall enabling AppEngine since I've tried that in the previous project and found out the hard way that I had to destroy the project to get rid of it. I can confirm that adding an empty |
Closing as duplicate of #1561 |
For reference, if your terraform binary isn't updated to the latest, the provider may silently destroy your project without mentioning the change/intent in a plan. Just happened to me with 0.10.7 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
AFAICT, after upgrading the provider from 1.11 to 1.15 the google provider wants to re-create the entire project for no apparent reason. I've added a
google_cloudbuild_trigger
and rantf plan
and noticed that TF wants to re-create thegoogle_project
.I have not found a way to deal with this since executing this plan will delete the project.
Any advice is greatly appreciated.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
I'm a bit uncomfortable providing this since it seems to contain sensitive data about our project or am I misinterpreting this?
Expected Behavior
Nothing.
Actual Behavior
Note: This will (actually has) destroyed my project.
Steps to Reproduce
terraform plan
Important Factoids
This started after I wanted to add a
google_cloudbuild_trigger
and had to upgrade the google provider from 1.11.References
No
The text was updated successfully, but these errors were encountered: