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 9a8117f commit 3c2efd0Copy full SHA for 3c2efd0
infrastructure/global/domains/python_it/records.tf
@@ -206,6 +206,14 @@ resource "aws_route53_record" "pydataroma_python_it_cname" {
206
ttl = "3600"
207
}
208
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
+
217
resource "aws_route53_record" "testcommunity_cname" {
218
zone_id = aws_route53_zone.pythonit.id
219
name = "testcommunity.python.it"
0 commit comments