Skip to content

Commit

Permalink
Revert "Remove trailing dot for ACM CNAME entry"
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp authored Apr 5, 2024
1 parent 796c1cd commit c37fd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/domain.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "aws_route53_record" "acm_validation" {
name = "_cbe41dfe1888c2bb5c157cacc35e1722"
type = "CNAME"
ttl = "300"
records = ["_46df7ee9a9c17698aedbb737f220c63a.mzlfeqexyx.acm-validations.aws"]
records = ["_46df7ee9a9c17698aedbb737f220c63a.mzlfeqexyx.acm-validations.aws."]
}

resource "aws_route53_record" "gui" {
Expand Down

0 comments on commit c37fd64

Please sign in to comment.