-
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
google_storage_hmac_key intermittent error - "Provider produced inconsistent result after apply" #8793
google_storage_hmac_key intermittent error - "Provider produced inconsistent result after apply" #8793
Comments
@mancaus I see below error in your log. Do you have the default
|
The only project involved is the one set in the provider block. My logged in project ( I can provide the non-redacted output privately if you'd like. |
@mancaus have you tried by commenting the provider block? |
When I comment out the provider block I just get |
I can't repro this issue. From your attached log, before invoking below command, I see the resource has already been created. If the
This is likely the API was experiencing delayed responses. Add polling to handle this |
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
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
Terraform v0.12.20
Affected Resource(s)
google_storage_hmac_key
Terraform Configuration Files
Debug Output
https://gist.github.com/mancaus/bf4530d3f830e8885f8c1936935927b9
Expected Behavior
HMAC key created and
terraform apply
succeeds with hmac in state.Actual Behavior
HMAC key created, but
terraform apply
fails with hmac not in state.Steps to Reproduce
terraform apply
with above configOccurs around 50% of the time for me with the above configuration.
Important Factoids
No
References
N/A
The text was updated successfully, but these errors were encountered: