Skip to content

Commit

Permalink
2025.pycon.it domain record
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed May 11, 2024
1 parent 715c190 commit ab3ce4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infrastructure/global/domains/pycon_it/records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,14 @@ resource "aws_route53_record" "pycon_2024" {
ttl = "3600"
}

resource "aws_route53_record" "pycon_2025" {
zone_id = aws_route53_zone.pyconit.id
name = "2025.pycon.it"
type = "CNAME"
records = ["cname.vercel-dns.com"]
ttl = "3600"
}

resource "aws_route53_record" "email_flodesk" {
zone_id = aws_route53_zone.pyconit.id
name = "fde._domainkey.pycon.it"
Expand Down

0 comments on commit ab3ce4f

Please sign in to comment.