We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146c9bf commit 307b3f5Copy full SHA for 307b3f5
infrastructure/global/domains/python_it/records.tf
@@ -198,6 +198,14 @@ resource "aws_route53_record" "roma_python_it_cname" {
198
ttl = "3600"
199
}
200
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
+
209
resource "aws_route53_record" "testcommunity_cname" {
210
zone_id = aws_route53_zone.pythonit.id
211
name = "testcommunity.python.it"
0 commit comments