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
I have a destroy operation which should remove a Cloudant instance created with resource "ibm_resource_instance".
When destroying, it fails with:
module.vpc-a.ibm_resource_instance.database: Destroying... [id=crn:v1:bluemix:public:cloudantnosqldb:us-south:a/bcfbfea4eadfc486e88755e6b5c1e51bf:9296aa9ef-872f-4a74-8b80-19cad5a57e3b::]
module.vpc-a.ibm_resource_instance.database: Still destroying... [id=crn:v1:bluemix:public:cloudantnosqldb:u...9296aa9ef-872f-4a74-8b80-19cad5a57e3b::, 10s elapsed]
Error: Error waiting for resource instance (crn:v1:bluemix:public:cloudantnosqldb:us-south:a/bcfbfea4eadfc486e88755e6b5c1e51bf:9296aa9ef-872f-4a74-8b80-19cad5a57e3b::) to be deleted: unexpected state 'pending_reclamation', wanted target 'removed'. last error: %!s(<nil>)
The service is deleted from IBM Cloud but the terraform destroy fails
The text was updated successfully, but these errors were encountered:
I have a destroy operation which should remove a Cloudant instance created with
resource "ibm_resource_instance"
.When destroying, it fails with:
The service is deleted from IBM Cloud but the
terraform destroy
failsThe text was updated successfully, but these errors were encountered: