We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef4c39 commit 590a0fbCopy full SHA for 590a0fb
1 file changed
infrastructure/global/domains/python_it/records.tf
@@ -214,6 +214,14 @@ resource "aws_route53_record" "venice_python_it_cname" {
214
ttl = "3600"
215
}
216
217
+resource "aws_route53_record" "genova_python_it_a" {
218
+ zone_id = aws_route53_zone.pythonit.id
219
+ name = "genova.python.it"
220
+ type = "CNAME"
221
+ records = ["pyzena.github.io"]
222
+ ttl = "3600"
223
+}
224
+
225
resource "aws_route53_record" "testcommunity_cname" {
226
zone_id = aws_route53_zone.pythonit.id
227
name = "testcommunity.python.it"
0 commit comments