-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Destroy resource group failed with 204 #3529
Comments
@ocofaigh ,
|
@kavya498 Thank you for looking into this. It was very hard to actually know what the failure was here. Could the details in the json error be output as part of the standard output error? Simply printing |
@ocofaigh , It is the error message from API, |
yes I think that would help very much @kavya498 |
According to the stdout from
terraform destroy
, the resource group deleted successfully:But the
terraform destroy
failed with:Looking at the debug trace, the request returned a 204 (No content). Why is is getting a 204? Is this a timing issue? Was the group already destroyed and a retry attempt got a 204?
Community Note
Terraform CLI and Terraform IBM Provider Version
provider registry.terraform.io/ibm-cloud/ibm v1.36.0
Affected Resource(s)
Terraform Configuration Files
internal url: https://github.ibm.com/GoldenEye/iam-user-apikey-secrets-manager-module/tree/master/examples/complete
Debug Output
iam-user-apikey-secrets-manager-module-test-logs-220126-062858.tar.gz
Panic Output
Expected Behavior
Destroy should pass after successfully deleting the resource group
Actual Behavior
204 response from RC
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: