We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e0616 commit c9286c0Copy full SHA for c9286c0
1 file changed
terraform/website/dns.tf
@@ -5,6 +5,7 @@ resource "aws_route53_record" "mx_verification" {
5
type = "MX"
6
ttl = 3600
7
records = ["10 ms21173179.msv1.invalid"]
8
+}
9
10
# domain verification with Microsoft
11
resource "aws_route53_record" "txt_record" {
0 commit comments