Skip to content

Commit

Permalink
change it to sesv2 for identity feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 4, 2026
1 parent c2c97a2 commit 7829f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ses-domain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ No modules.
| [aws_ses_domain_identity.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_domain_identity) | resource |
| [aws_ses_domain_identity_verification.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_domain_identity_verification) | resource |
| [aws_ses_domain_mail_from.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_domain_mail_from) | resource |
| [aws_ses_identity_feedback_forwarding_enabled.feedback](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_identity_feedback_forwarding_enabled) | resource |
| [aws_ses_identity_notification_topic.ses_event](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_identity_notification_topic) | resource |
| [aws_sesv2_identity_feedback_forwarding_enabled.feedback](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_identity_feedback_forwarding_enabled) | resource |
| [aws_sns_topic.ses_event](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic) | resource |
| [aws_sns_topic_policy.ses_event](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic_policy) | resource |
| [null_resource.this_output](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource |
Expand Down
2 changes: 1 addition & 1 deletion ses-domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ resource "aws_ses_identity_notification_topic" "ses_event" {
include_original_headers = true
}

resource "aws_ses_identity_feedback_forwarding_enabled" "feedback" {
resource "aws_sesv2_identity_feedback_forwarding_enabled" "feedback" {
identity = aws_ses_domain_identity.this.domain
enabled = var.enable_identity_feedback
}

0 comments on commit 7829f9a

Please sign in to comment.