Skip to content

Commit 78d9978

Browse files
committed
Cleanup terraform
1 parent 4b72e9e commit 78d9978

9 files changed

Lines changed: 4 additions & 165 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" "pyconit_dev" {
2+
name = "pyconit.dev"
3+
comment = ""
4+
}

infrastructure/global/ecr_repos/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ locals {
55
]
66
}
77

8-
98
resource "aws_ecr_repository" "service_repo" {
109
for_each = toset(local.services)
1110
name = "pythonit/${each.key}"

infrastructure/global/vpc/endpoints.tf

Lines changed: 0 additions & 8 deletions
This file was deleted.

infrastructure/global/vpc/lambda_security_group.tf

Lines changed: 0 additions & 45 deletions
This file was deleted.

infrastructure/global/vpc/main.tf

Lines changed: 0 additions & 19 deletions
This file was deleted.

infrastructure/global/vpc/private_subnet.tf

Lines changed: 0 additions & 12 deletions
This file was deleted.

infrastructure/global/vpc/public_subnet.tf

Lines changed: 0 additions & 41 deletions
This file was deleted.

infrastructure/global/vpc/rds_security_group.tf

Lines changed: 0 additions & 27 deletions
This file was deleted.

infrastructure/global/vpc/rds_subnet.tf

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)