File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
infrastructure/global/domains/pycon_it Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -261,3 +261,11 @@ resource "aws_route53_record" "postmark_bounces" {
261261 records = [" pm.mtasv.net" ]
262262 ttl = " 900"
263263}
264+
265+ resource "aws_route53_record" "google_dkim" {
266+ zone_id = aws_route53_zone. pyconit . id
267+ name = " google._domainkey"
268+ type = " TXT"
269+ records = [" v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqkfWzq+QJ9CiAWCd4zUEez0c7gfhdgCE+RUs2rIegjv+ad4jDcZdQKAguQDtRrJrWcS87bQkX5mnIBisjs/k63XDSwNWw2c5RsEqDA3C2djUy3LjiY4hWCS9SuGvDn/PiLAJ6zse2O0L4FfvjlU9tQvRtUd/qgSurlxiq+Vx/7mdduHqy45W9QglOU/MqFPdxJoyWWXrX1QmW83EVHMa+duundDfEOUMQu7Kcuw994+eu3GRAOrTW5BMglGMzg4yKRqa+uLAI5Ogy64w9cLWZ80VtOwaFmBhxmTwvtbYdVVhlEQ2VHI3X85a0eq+N8NgnazLQqZGpks1ZtZv9iCR5QIDAQAB" ]
270+ ttl = " 900"
271+ }
You can’t perform that action at this time.
0 commit comments