Skip to content

Commit

Permalink
WIP - remove trailing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Apr 5, 2024
1 parent fd7b818 commit fe8f233
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 fe8f233

Please sign in to comment.