We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27359ae commit 3604c7bCopy full SHA for 3604c7b
1 file changed
infrastructure/global/domains/pydata_it/records.tf
@@ -5,3 +5,11 @@ resource "aws_route53_record" "pydata_it_txt" {
5
records = ["google-site-verification=Lwmb3AJYmMsxy-guo-bUbV3j-Be1a0nbp9c2f4lPmSM"]
6
ttl = "60"
7
}
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