Skip to content

Commit 3604c7b

Browse files
authored
Add pydata.it domain zone to global infrastructure (#4562)
1 parent 27359ae commit 3604c7b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

infrastructure/global/domains/pydata_it/records.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ resource "aws_route53_record" "pydata_it_txt" {
55
records = ["google-site-verification=Lwmb3AJYmMsxy-guo-bUbV3j-Be1a0nbp9c2f4lPmSM"]
66
ttl = "60"
77
}
8+
9+
resource "aws_route53_record" "pydata_it_mx" {
10+
zone_id = aws_route53_zone.pydata_it.id
11+
name = "pydata.it"
12+
type = "MX"
13+
records = ["1 smtp.google.com."]
14+
ttl = "60"
15+
}

0 commit comments

Comments
 (0)