Skip to content

Commit

Permalink
Reference issue for upgrading to aws_sesv2_email_odentity
Browse files Browse the repository at this point in the history
This is issue #109.
  • Loading branch information
jsf9k committed Oct 2, 2024
1 parent 5408f24 commit a97a68f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions route53_static.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ resource "aws_route53_record" "root_CAA" {
# Generation of the domain identity token and DKIM keys in SES.
# ------------------------------------------------------------------------------

# We should consider upgrading to aws_sesv2_email_identity, although
# it would be a destructive upgrade:
# TODO: Consider upgrading to aws_sesv2_email_identity, although it
# would likely be a destructive upgrade:
# https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sesv2_email_identity
#
# See also
# https://github.com/trussworks/terraform-aws-ses-domain/blob/main/main.tf
# See also issue #109.
resource "aws_ses_domain_identity" "cyhy_dhs_gov_identity" {
provider = aws.route53resourcechange

Expand Down

0 comments on commit a97a68f

Please sign in to comment.