-
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
crash adding new google_container_node_pool to google_container_cluster #479
Comments
I've moved the offending code into a separate module - crash still occurs, resource is still created successfully. It seems directly related to adding a nodepool to an existing cluster.
|
I've seen this before, didn't spend too much time debugging but not using |
Yup, I'm working on a fix now but @tazjin is right- it'll work just fine if you use |
Signed-off-by: Modular Magician <[email protected]>
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! |
Terraform Version
Terraform v0.10.6
Terraform Configuration Files
Problems start when I add a new nodepool to an existing GKE cluster
I can provide the full module if you need it - but crash only occurred when I added the code below.
Crash Output
https://gist.github.com/james-masson/b38f69906412c34f50b55f10a1c320f3
Expected Behavior
Terraform applies configuration, and does not crash.
Actual Behavior
Terraform crashes - but resource is successfully created in GCE. Resource not recorded in tfstate, because of the crash.
The text was updated successfully, but these errors were encountered: