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 5e99fe5 commit d28ef35Copy full SHA for d28ef35
infrastructure/global/domains/python_it/records.tf
@@ -309,7 +309,7 @@ resource "aws_route53_record" "catania_python_it_cname" {
309
zone_id = aws_route53_zone.pythonit.id
310
name = "catania.python.it"
311
type = "CNAME"
312
- records = ["pythonitalia.github.io."]
+ records = ["pythoncatania.github.io."]
313
ttl = "3600"
314
}
315
0 commit comments