-
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
terraform import fails with the zone does not have enough resources available to fulfill the request #3304
terraform import fails with the zone does not have enough resources available to fulfill the request #3304
Comments
I've run into a similar issue. If you I managed to work around this by triggering a version upgrade on the node pool, which seemed to have the side effect of clearing the node pool's |
Hmm- I don't think Terraform can do much to mitigate this without losing the ability to handle node pools in a real error state. I filed an issue, so we'll see if that goes anywhere. |
I think bailing on |
Good point! I'll give that some thought as well. |
We are facing same issue, Is there any other solution other than node-pool upgrade to fix the issue |
Following the |
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! |
I tried to create node-pool using terraform and it failed with following error during apply :
But I can see node-pool created and all 3 nodes (us-west1-a, us-west1-b, us-west1-c) running in node-pool. Now every time I making change in terrform and try terraform apply, it tries to create same node-pool and fails with already exist error. If I try to import with following command:
It gives following error :
Terraform Version
Terraform v0.11.11
Affected Resource(s)
The text was updated successfully, but these errors were encountered: