-
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
The terraform-provider-google_v6.7.0_x5 plugin crashed #19895
The terraform-provider-google_v6.7.0_x5 plugin crashed #19895
Comments
The errors and stack trace are pretty consistent
|
Hi @arueth, I'm going to add a nil check to that logic to prevent this crash with GoogleCloudPlatform/magic-modules#12037 However looking into it, it seems that not many users are running into this and we've accessed the |
The configuration you've linked should have set the management field: https://github.com/GoogleCloudPlatform/accelerated-platforms/blob/4849714113ffdb56597c4d130769eacc4a9d3a0a/platforms/gke-aiml/playground/container_cluster.tf#L83 Possibly there could be non-Terraform interference in your environment? |
I'm using this repo to spin up environments in Qwiklabs. I had never run into this issue until I started doing the Qwiklabs where I'm spinning up 100s of projects at a time. I would say that I get this failure maybe 20% of the time or less. I will try and get the debug logs early next week, today I'm running a workshop and more than likely won't have a chance. |
Gotcha. The nil check has been merged so it should be resolved altogether. Good luck on your workshop! |
Do you know what version this will make it into. |
It is part of the 6.9.0 branch that is scheduled to get released Monday |
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. |
Community Note
Terraform Version & Provider Version(s)
Terraform v1.9.7
on x86_64/AMD64
Affected Resource(s)
google_container_node_pool
google_compute_managed_ssl_certificate
google_compute_global_address
Terraform Configuration
I am using the Terraform here
Debug Output
No response
Expected Behavior
No response
Actual Behavior
No response
Steps to reproduce
terraform apply
Important Factoids
I haven't been able to reproduce this outside of some automation we are using in Qwiklabs. It does not happen every time and can be quite sporadic.
Stack trace
References
No response
The text was updated successfully, but these errors were encountered: