File tree Expand file tree Collapse file tree
infrastructure/global/domains/pydata_it Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ resource "aws_route53_record" "pydata_it_txt" {
66 ttl = " 60"
77}
88
9+ resource "aws_route53_record" "pydata_it_dkim" {
10+ zone_id = aws_route53_zone. pydata_it . id
11+ name = " google._domainkey.pydata.it"
12+ type = " TXT"
13+ records = [" v=DKIM1;k=rsa;p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr/vX4g9YEgRabzeWScaBvX4idgMMoTqtlUpRYnbgvoKOY198qYuXR0xtB1JcuVO8Q++9pzVDI2IJS1sFm0uK9uFtWbRLuu2PpyI3sADrJAYtryoyawe2GQgC83yn2aKtAYTdQXp2ZVEEn3TsmcsXPHQ8F+BZP36/5VX2N9VPpaJ0aNVlL9Osk6TXretidOgjrzrcnd+gIp0KU+oEodArZuvimngfk5/5b9m5Nhpg4kRvbZzznjWkGv+UAXjnkgclIt35h5LWkZK/s47V7nIBlAewEEdk93diC5C6JJnxaA9qEGof6RNbj5Qob/r1tZwhVcWHT8O64SzUaH6dsjBsIQIDAQAB" ]
14+ ttl = " 60"
15+ }
16+
917resource "aws_route53_record" "pydata_it_mx" {
1018 zone_id = aws_route53_zone. pydata_it . id
1119 name = " pydata.it"
You can’t perform that action at this time.
0 commit comments