When modifying storage via blue-green deployment, It should wait for storage optimisation before proceeding
Actual Behavior
It doesnt wait hence throwing an error when it tries to action the switchover
Relevant Error/Panic Output Snippet
ā Error: updating RDS DB Instance (instance): switching over Blue/Green Deployment: operation error RDS: SwitchoverBlueGreenDeployment, https response error StatusCode: 400, RequestID: XXXXXXXXXXXX, InvalidBlueGreenDeploymentStateFault: DB instance instance-green-vl1i0f is not in available state
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.7.3
AWS Provider Version
5.36.0
Affected Resource(s)
Expected Behavior
When modifying storage via blue-green deployment, It should wait for storage optimisation before proceeding
Actual Behavior
It doesnt wait hence throwing an error when it tries to action the switchover
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Observe failure when the db is in
storage optimisation
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None