Skip to content

Commit

Permalink
Merge pull request #17982 from hashicorp/b-add_rds_pending_state
Browse files Browse the repository at this point in the history
Add `configuring-iam-database-auth` pending state
  • Loading branch information
bill-rich authored Mar 9, 2021
2 parents 6877875 + 52a9d6a commit bfbb640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/17982.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_rds_cluster_instance: Add `configuring-iam-database-auth` pending state
```
1 change: 1 addition & 0 deletions aws/resource_aws_rds_cluster_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ func resourceAwsRDSClusterInstanceDelete(d *schema.ResourceData, meta interface{
var resourceAwsRdsClusterInstanceCreateUpdatePendingStates = []string{
"backing-up",
"configuring-enhanced-monitoring",
"configuring-iam-database-auth",
"configuring-log-exports",
"creating",
"maintenance",
Expand Down

0 comments on commit bfbb640

Please sign in to comment.