-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Failures when enabling google_project_service are opaque #5074
Failures when enabling google_project_service are opaque #5074
Comments
I wonder if we could retry services from a failed request one-by-one as well. I did that for renamed services to reduce the risk of failing other requests. That probably falls more into an FR than this bug, though. For whoever resolves this, I'll leave that call up to you- can you make an FR if it isn't resolved here? |
As of the most recent batching updates the error coming back is:
Additionally I'll add a caveat on how to disable batching in the error. |
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! |
Community Note
Terraform Version
This will also occur on
3.0.0
/3.1.0
, I believe.Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
I should be able to tell why my request failed
Actual Behavior
I can't see what services failed, or what the failing request was.
Steps to Reproduce
terraform apply
Important Factoids
This will actually cause both services to fail because we're batching the requests.
References
The text was updated successfully, but these errors were encountered: