Skip to content

Commit

Permalink
Add Proton email verification DNS record (#3557)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitone authored Jul 14, 2023
1 parent 25f5828 commit 72578c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/global/domains/python_it/records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "aws_route53_record" "python_it_txt" {
zone_id = aws_route53_zone.pythonit.id
name = "python.it"
type = "TXT"
records = ["v=spf1 include:pycon.it ~all", "google-site-verification=iuDKJUkUK41L-cG5bU3IcNrBeCmnvV1BlCX2m4W5LJY"]
records = ["v=spf1 include:pycon.it ~all", "google-site-verification=iuDKJUkUK41L-cG5bU3IcNrBeCmnvV1BlCX2m4W5LJY", "protonmail-verification=aa66b78b1ea723283e5525cdb1000567c801c72b"]
ttl = "172800"
}

Expand Down

0 comments on commit 72578c8

Please sign in to comment.