Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 16, 2021
1 parent 7c092fe commit ddd16ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ses-domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ resource "aws_ses_domain_identity_verification" "this" {
# mail_from_domain = "bounce.${aws_ses_domain_identity.example.domain}"
# }

resource "null_resource" "main_output" {
resource "null_resource" "this_output" {
triggers = {
dns_txt_name = local.ses_dns_txt_name
dns_txt_values = aws_ses_domain_identity.this.verification_token
Expand Down

0 comments on commit ddd16ef

Please sign in to comment.