-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Bug]: InvalidParameterValueException on newly created IAM role with Backup Access Policy #33173
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Also observed with |
Adding an artificial 20 second delay mitigates the issue for now. Less than 15 seconds and the issue still sometimes comes up, so I picked 20 seconds to be safe.
|
This functionality has been released in v5.30.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Terraform Core Version
1.5.6
AWS Provider Version
5.13.1
Affected Resource(s)
Expected Behavior
Apply complete!
afterterraform apply
.Actual Behavior
Receive an
InvalidParameterValueException
while creating the Backup Vault Policy since it relays on the IAM role to be successfully created first as IAM is eventually consistent.Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform apply
Debug Output
Panic Output
N/A
Important Factoids
No response
References
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: