Skip to content

Commit c9286c0

Browse files
authored
fix: add missing brace to fix deploy action (#222)
1 parent 23e0616 commit c9286c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

terraform/website/dns.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ resource "aws_route53_record" "mx_verification" {
55
type = "MX"
66
ttl = 3600
77
records = ["10 ms21173179.msv1.invalid"]
8+
}
89

910
# domain verification with Microsoft
1011
resource "aws_route53_record" "txt_record" {

0 commit comments

Comments
 (0)