You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the DB is in Maintenance state, Terraform should retry the Delete up until the Delete timeout occurs
Actual Behavior
Terraform provider errors out on the first attempt to terminate a DB if the DB is in Maintenance state. For example, if a Keyspace is being removed when the DB termination attempt is made. This also seems to happen if you try to delete keyspaces and the database in the same script/terraform run.
Steps to Reproduce
Create a Database via Terraform script with 3 keyspaces
Delete the keyspaces and DB in the script
Important Factoids
References
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform v1.6.4
Affected Resource(s)
astra_database
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
If the DB is in Maintenance state, Terraform should retry the Delete up until the Delete timeout occurs
Actual Behavior
Terraform provider errors out on the first attempt to terminate a DB if the DB is in Maintenance state. For example, if a Keyspace is being removed when the DB termination attempt is made. This also seems to happen if you try to delete keyspaces and the database in the same script/terraform run.
Steps to Reproduce
Important Factoids
References
The text was updated successfully, but these errors were encountered: