[Bug]: Cannot delete redshift_workgroup due to invalid resource state: "AVAILABLE" #29962
Labels
bug
Addresses a defect in current functionality.
service/redshiftserverless
Issues and PRs that pertain to the redshiftserverless service.
Terraform Core Version
1.3.9
AWS Provider Version
4.57.1
Affected Resource(s)
Expected Behavior
Terraform should delete
aws_redshiftserverless_workgroup
without problems. It may expectAVAILABLE
as temporary state or it may be fixed in the API.Actual Behavior
Terraform cannot delete
aws_redshiftserverless_workgroup
due to initial state beingAVAILABLE
instead ofDELETING
orMODIFYING
,Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform destroy
Debug Output
No response
Panic Output
No response
Important Factoids
I noticed same issue occurring when using
boto3
. State doesn't always change toDELETING
immediately after calling delete_workgroupReferences
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: