Skip to content

Commit 4a5e773

Browse files
committed
Add pydata.it domain zone to global infrastructure
1 parent e8d450f commit 4a5e773

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
resource "aws_route53_zone" "pydata_it" {
2+
name = "pydata.it"
3+
comment = ""
4+
}

infrastructure/global/modules.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ module "pycon_it" {
1010
source = "./domains/pycon_it"
1111
}
1212

13+
module "pydata_it" {
14+
source = "./domains/pydata_it"
15+
}
16+
1317
module "vpc" {
1418
source = "./vpc"
1519
}

0 commit comments

Comments
 (0)