Skip to content
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]: aws_ses_identity_notification_topic -- Do not fail when deleting not existing resource #36275

Open
EugenKon opened this issue Mar 8, 2024 · 1 comment
Labels
bug Addresses a defect in current functionality. service/sesv2 Issues and PRs that pertain to the sesv2 service.

Comments

@EugenKon
Copy link

EugenKon commented Mar 8, 2024

Terraform Core Version

v1.7.2

AWS Provider Version

v5.15.0

Affected Resource(s)

No response

Expected Behavior

The resources above does not exists on AWS. I suppose that terraform destroy should not fail.

Actual Behavior

Not relevant error message

Terraform Configuration Files

na

Steps to Reproduce

  1. Create SES SNS topic and delete it manyally.

Debug Output

│ Error: deleting SES Identity Notification Topic (platform-exp.xxx|Bounce): InvalidParameterValue: Identity platform-exp.xxx is invalid. Must be a verified email address or domain.
│ 	status code: 400, request id: 45962f0a-a31a-455c-b7e6-07fb8f94b0ae
│
│
╵
╷
│ Error: deleting SES Identity Notification Topic (platform-exp.xxx|Complaint): InvalidParameterValue: Identity platform-exp.xxx is invalid. Must be a verified email address or domain.
│ 	status code: 400, request id: 0f85c12b-0859-4d4d-85fa-a34aeba31a8f
│
│
╵
╷
│ Error: deleting SES Identity Notification Topic (platform-exp.xxx|Delivery): InvalidParameterValue: Identity platform-exp.xxx is invalid. Must be a verified email address or domain.
│ 	status code: 400, request id: 5b38aed4-38d5-456f-8d00-2814e7891cda
│

Panic Output

No response

Important Factoids

No response

References

No response

@EugenKon EugenKon added the bug Addresses a defect in current functionality. label Mar 8, 2024
Copy link

github-actions bot commented Mar 8, 2024

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label Mar 8, 2024
@justinretzolk justinretzolk added service/sesv2 Issues and PRs that pertain to the sesv2 service. and removed needs-triage Waiting for first response or review from a maintainer. labels Mar 8, 2024
@justinretzolk justinretzolk changed the title [Bug]: Do not fail when deleting not existing resource [Bug]: aws_ses_identity_notification_topic -- Do not fail when deleting not existing resource Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Addresses a defect in current functionality. service/sesv2 Issues and PRs that pertain to the sesv2 service.
Projects
None yet
Development

No branches or pull requests

2 participants