-
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
API error with google_cloudbuild_worker_pool #11036
Comments
Huh, that's worrying. Can you provide the debug logs for the |
Also the |
Sorry for the late answer. I can provide the debug file tomorrow. We had no error during the
|
Hm, ok I'll wait for the debug logs. What does the I'm unable to reproduce this with the given config file so it's a little hard for me to track down! |
During the creation of the resource, the plan output showed a new resource entry: according to our definition (I'll provide tomorrow the full definition of resources around it), during the modification, the plan output showed only the modified field (in our case the instance size changed). We had no issue during the plan phase in all scenarios, outputs were fine. Tomorrow I will provide the debug log, all resource definitions around it, and output for both plan and apply. |
Hi @slevenick - I need to ask two more days, I'm on sick leave, I don't have access right now. Sorry for the delay, I'll be back on Wednesday. |
I also ran into this
Will try to reproduce this standalone as its currently in a module. |
Hi @slevenick , sorry for being away a lot - this wasn't a joyride. Please see the logs attached for all three use cases:
|
Thanks for those. I have a suspicion that this may be resolved in 4.14.0 when that is released either today or tomorrow. It upgrades the library we are using to actuate this resource, which may fix the problem. When that releases can you confirm that you can reproduce this on that version? |
I'm going to do the upgrade to the latest, and then I'll check and give a feedback immediately. Thank you |
4.14.0 is out, you should be able to try it now |
Hi @slevenick, I can confirm that the issue is gone with 4.14.0. Many thanks for the help, I'm closing the ticket. |
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
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Create or update the given
google_cloudbuild_worker_pool
resourceActual Behavior
After running the
terraform apply
during creation/modification we got the following error:Steps to Reproduce
We gave a try with manually create the resource and import it, delete the resource and then re-create it but the error is always the same.
terraform apply
The text was updated successfully, but these errors were encountered: