Skip to content

Commit

Permalink
Revert "Put in a trailing dot"
Browse files Browse the repository at this point in the history
This reverts commit 51625cc.
  • Loading branch information
waxlamp committed Apr 4, 2024
1 parent 51625cc commit d7a6a71
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 d7a6a71

Please sign in to comment.