Skip to content

Commit 590a0fb

Browse files
Add genova.python.it DNS (#4604)
Co-authored-by: Marco Acierno <marcoaciernoemail@gmail.com>
1 parent 4ef4c39 commit 590a0fb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

infrastructure/global/domains/python_it/records.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,14 @@ resource "aws_route53_record" "venice_python_it_cname" {
214214
ttl = "3600"
215215
}
216216

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+
217225
resource "aws_route53_record" "testcommunity_cname" {
218226
zone_id = aws_route53_zone.pythonit.id
219227
name = "testcommunity.python.it"

0 commit comments

Comments
 (0)