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

Do not fail when deleting not existing resource #34714

Closed
EugenKon opened this issue Feb 21, 2024 · 3 comments
Closed

Do not fail when deleting not existing resource #34714

EugenKon opened this issue Feb 21, 2024 · 3 comments
Labels
bug new new issue not yet triaged provider/aws

Comments

@EugenKon
Copy link

EugenKon commented Feb 21, 2024

Terraform Version

terraform version
Terraform v1.7.2
on darwin_amd64
+ provider registry.terraform.io/hashicorp/aws v5.15.0
+ provider registry.terraform.io/hashicorp/external v2.3.1
+ provider registry.terraform.io/hashicorp/local v2.3.0
+ provider registry.terraform.io/hashicorp/null v3.2.1

Your version of Terraform is out of date! The latest version
is 1.7.3. You can update by downloading from https://www.terraform.io/downloads.html

Terraform Configuration Files

not required

Debug Output

│ Error: deleting SES Identity Notification Topic (platform-exp.|Bounce): InvalidParameterValue: Identity platform-exp. 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.|Complaint): InvalidParameterValue: Identity platform-exp. 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.|Delivery): InvalidParameterValue: Identity platform-exp. is invalid. Must be a verified email address or domain.
│ 	status code: 400, request id: 5b38aed4-38d5-456f-8d00-2814e7891cda
│

Expected Behavior

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

Actual Behavior

Not relevant error message

Steps to Reproduce

  1. Create SES SNS topic and delete it manyally.

Additional Context

No response

References

No response

@EugenKon EugenKon added bug new new issue not yet triaged labels Feb 21, 2024
@apparentlymart
Copy link
Contributor

Hi @EugenKon,

You are describing a behavior of the AWS provider rather than of Terraform Core. Please report this in the AWS provider repository instead. Thanks!

@apparentlymart apparentlymart closed this as not planned Won't fix, can't repro, duplicate, stale Feb 21, 2024
@EugenKon
Copy link
Author

EugenKon commented Feb 21, 2024

@apparentlymart I do not know. I can not distinguish messages from these sources.

Copy link

github-actions bot commented Apr 8, 2024

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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug new new issue not yet triaged provider/aws
Projects
None yet
Development

No branches or pull requests

3 participants