-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Bug]: Unable to delete Application PinPoint, destroy command error #29341
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
terraform-provider-aws/internal/service/pinpoint/app.go Lines 307 to 321 in 5e44a93
Missing if err != nil {
...
}
return nil |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Core Version
1.1.9
AWS Provider Version
> 4.50.0
Affected Resource(s)
aws_pinpoint_app
Expected Behavior
Destroyed resources completed without errors
Actual Behavior
When destroying a previously created application PinPoint resource, it fails and returns: "Error: deleting Pinpoint Application (<app_id>): %!s()"
The resource is removed in AWS but state still remains.
Relevant Error/Panic Output Snippet
Error: deleting Pinpoint Application (<app_id>): %!s()
Terraform Configuration Files
Steps to Reproduce
Debug Output
aws_pinpoint_app.this: Destroying... [id=]
2023-02-10T12:21:46.391+0100 [INFO] Starting apply for aws_pinpoint_app.this
2023-02-10T12:21:46.619+0100 [ERROR] provider.terraform-provider-aws_v4.51.0_x5: Response contains error diagnostic: caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:55 module=sdk.proto diagnostic_detail= tf_resource_type=aws_pinpoint_app tf_rpc=ApplyResourceChange diagnostic_severity=ERROR diagnostic_summary="deleting Pinpoint Application (): %!s()" tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/aws tf_req_id= timestamp=2023-02-10T12:21:46.619+0100
2023-02-10T12:21:46.622+0100 [ERROR] vertex "aws_pinpoint_app.this (destroy)" error: deleting Pinpoint Application (): %!s()
╷
│ Error: deleting Pinpoint Application (): %!s()
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: