Skip to content

Commit 4014597

Browse files
committed
feature/PI-841-remove_vpc_module removed hscn module
1 parent 2b5fbcc commit 4014597

File tree

7 files changed

+0
-31
lines changed

7 files changed

+0
-31
lines changed

infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/main.tf renamed to archived_epr/infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/main.tf

File renamed without changes.

infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/vars.tf renamed to archived_epr/infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/vars.tf

File renamed without changes.

infrastructure/terraform/per_account/dev/main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ resource "aws_s3_bucket_logging" "truststore_to_access_logs" {
9090
target_prefix = "truststore/log/"
9191
}
9292

93-
module "sds_etl_hscn_vpc" {
94-
source = "../modules/sds_etl_hscn_vpc"
95-
environment = terraform.workspace
96-
prefix = local.project
97-
}
98-
9993
# -------- ROUTE 53 ---------
10094

10195
resource "aws_route53_zone" "dev-ns" {

infrastructure/terraform/per_account/int/main.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ resource "aws_s3_bucket_logging" "truststore_to_access_logs" {
9090
target_prefix = "truststore/log/"
9191
}
9292

93-
94-
module "sds_etl_hscn_vpc" {
95-
source = "../modules/sds_etl_hscn_vpc"
96-
environment = terraform.workspace
97-
prefix = local.project
98-
}
99-
10093
# -------- ROUTE 53 ---------
10194

10295
resource "aws_route53_zone" "int-ns" {

infrastructure/terraform/per_account/prod/main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ resource "aws_s3_bucket_logging" "truststore_to_access_logs" {
9090
target_prefix = "truststore/log/"
9191
}
9292

93-
module "sds_etl_hscn_vpc" {
94-
source = "../modules/sds_etl_hscn_vpc"
95-
environment = terraform.workspace
96-
prefix = local.project
97-
}
98-
9993
# -------- ROUTE 53 ---------
10094

10195
resource "aws_route53_zone" "prod-ns" {

infrastructure/terraform/per_account/qa/main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ resource "aws_s3_bucket_logging" "truststore_to_access_logs" {
9090
target_prefix = "truststore/log/"
9191
}
9292

93-
module "sds_etl_hscn_vpc" {
94-
source = "../modules/sds_etl_hscn_vpc"
95-
environment = terraform.workspace
96-
prefix = local.project
97-
}
98-
9993
# -------- ROUTE 53 ---------
10094

10195
resource "aws_route53_zone" "qa-ns" {

infrastructure/terraform/per_account/ref/main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ resource "aws_s3_bucket_logging" "truststore_to_access_logs" {
9090
target_prefix = "truststore/log/"
9191
}
9292

93-
module "sds_etl_hscn_vpc" {
94-
source = "../modules/sds_etl_hscn_vpc"
95-
environment = terraform.workspace
96-
prefix = local.project
97-
}
98-
9993
# -------- ROUTE 53 ---------
10094

10195
resource "aws_route53_zone" "ref-ns" {

0 commit comments

Comments
 (0)