-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
AWS aurora unexpected state 'configuring-iam-database-auth' when modifying the iam_database_authentication_enabled
flag
#10197
Comments
I took a look at the code, this looks like its missing from the state transitions for |
Any updates on this issue? Currently seeing this with terraform version 0.13.5 and hashicorp/aws v3.22.0. |
This has been released in version 3.32.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 for triage. Thanks! |
The same issue reproduced with 3.33 aws provider
@bill-rich could you reopen? |
Hi @azhurbilo! I wasn't able to reproduce this problem with v3.33. Can you please provide an example configuration and steps to reproduce it? |
@bill-rich thnx for checking. now I don't have candidate DB for an upgrade to reproduce it. you can close issue, if I face with unexpected state one more time, I will share the config with you |
That sounds good. 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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform Version
Terraform v0.12.9
AWS provider v2.29.0
Affected Resource(s)
Expected Behavior
Terraform should have waited for the database to have the iam-authentication enabled.
Actual Behavior
I got this error:
Steps to Reproduce
apply_immediately
flag.iam_database_authentication_enabled = true
flag and try to reprovisionThe text was updated successfully, but these errors were encountered: