diff --git a/infrastructure/global/domains/pycon_it/records.tf b/infrastructure/global/domains/pycon_it/records.tf index fd10b52d0c..07294226ad 100644 --- a/infrastructure/global/domains/pycon_it/records.tf +++ b/infrastructure/global/domains/pycon_it/records.tf @@ -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"