Skip to content

Commit 3c2efd0

Browse files
authored
Add DNS record for venice.python.it (#4459)
1 parent 9a8117f commit 3c2efd0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

infrastructure/global/domains/python_it/records.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ resource "aws_route53_record" "pydataroma_python_it_cname" {
206206
ttl = "3600"
207207
}
208208

209+
resource "aws_route53_record" "venice_python_it_cname" {
210+
zone_id = aws_route53_zone.pythonit.id
211+
name = "venice.python.it"
212+
type = "CNAME"
213+
records = ["pyvenice.github.io"]
214+
ttl = "3600"
215+
}
216+
209217
resource "aws_route53_record" "testcommunity_cname" {
210218
zone_id = aws_route53_zone.pythonit.id
211219
name = "testcommunity.python.it"

0 commit comments

Comments
 (0)