Skip to content

Commit 307b3f5

Browse files
authored
Point PyDataRoma DNS record to appropriate Github pages (#4421)
1 parent 146c9bf commit 307b3f5

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
@@ -198,6 +198,14 @@ resource "aws_route53_record" "roma_python_it_cname" {
198198
ttl = "3600"
199199
}
200200

201+
resource "aws_route53_record" "pydataroma_python_it_cname" {
202+
zone_id = aws_route53_zone.pythonit.id
203+
name = "pydataroma.python.it"
204+
type = "CNAME"
205+
records = ["pydataromacapitale.github.io"]
206+
ttl = "3600"
207+
}
208+
201209
resource "aws_route53_record" "testcommunity_cname" {
202210
zone_id = aws_route53_zone.pythonit.id
203211
name = "testcommunity.python.it"

0 commit comments

Comments
 (0)