-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Terraform Crash (v0.12.18) #23744
Comments
Hi @weeco 👋 Thank you for submitting this and sorry you are running into trouble here. Given the relevant portion of the crash log:
This likely is an issue within the Terraform Google Provider and not the Terraform CLI code in this repository. I'm going to tell our bot to automatically migrate this issue over to the appropriate place. 👍 |
This issue has been automatically migrated to hashicorp/terraform-provider-google#5287 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to hashicorp/terraform-provider-google#5287. |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
crash.log
Expected Behavior
Terraform plan looked good (it showed one cloud run service to add) but the apply crashed.
Actual Behavior
Terraform crash after trying to apply the changes.
Steps to Reproduce
Additional Context
I tried applying this to two different Google Projects but the crash happened on both of them (I targeted them one by one by using the
--target
parameter).One project already had the cloudrun service running which is why I imported the state. I saw terraform is crashing so I thought it might be because of some import / state issues. I removed the resource from my terraform module which caused the cloud run service to be deleted (as expected) and that worked. Adding the cloud run service however doesn't work because of the described crash.
References
The text was updated successfully, but these errors were encountered: