diff --git a/infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/main.tf b/archived_epr/infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/main.tf similarity index 100% rename from infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/main.tf rename to archived_epr/infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/main.tf diff --git a/infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/vars.tf b/archived_epr/infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/vars.tf similarity index 100% rename from infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/vars.tf rename to archived_epr/infrastructure/terraform/per_account/modules/sds_etl_hscn_vpc/vars.tf diff --git a/infrastructure/terraform/per_account/dev/main.tf b/infrastructure/terraform/per_account/dev/main.tf index 32194f96b..98dc1f0f7 100644 --- a/infrastructure/terraform/per_account/dev/main.tf +++ b/infrastructure/terraform/per_account/dev/main.tf @@ -90,12 +90,6 @@ resource "aws_s3_bucket_logging" "truststore_to_access_logs" { target_prefix = "truststore/log/" } -module "sds_etl_hscn_vpc" { - source = "../modules/sds_etl_hscn_vpc" - environment = terraform.workspace - prefix = local.project -} - # -------- ROUTE 53 --------- resource "aws_route53_zone" "dev-ns" { diff --git a/infrastructure/terraform/per_account/int/main.tf b/infrastructure/terraform/per_account/int/main.tf index 257edafdb..6cb8c0ada 100644 --- a/infrastructure/terraform/per_account/int/main.tf +++ b/infrastructure/terraform/per_account/int/main.tf @@ -90,13 +90,6 @@ resource "aws_s3_bucket_logging" "truststore_to_access_logs" { target_prefix = "truststore/log/" } - -module "sds_etl_hscn_vpc" { - source = "../modules/sds_etl_hscn_vpc" - environment = terraform.workspace - prefix = local.project -} - # -------- ROUTE 53 --------- resource "aws_route53_zone" "int-ns" { diff --git a/infrastructure/terraform/per_account/prod/main.tf b/infrastructure/terraform/per_account/prod/main.tf index 7bf437d15..ea9d23fcd 100644 --- a/infrastructure/terraform/per_account/prod/main.tf +++ b/infrastructure/terraform/per_account/prod/main.tf @@ -90,12 +90,6 @@ resource "aws_s3_bucket_logging" "truststore_to_access_logs" { target_prefix = "truststore/log/" } -module "sds_etl_hscn_vpc" { - source = "../modules/sds_etl_hscn_vpc" - environment = terraform.workspace - prefix = local.project -} - # -------- ROUTE 53 --------- resource "aws_route53_zone" "prod-ns" { diff --git a/infrastructure/terraform/per_account/qa/main.tf b/infrastructure/terraform/per_account/qa/main.tf index e3243e672..dad8b46cb 100644 --- a/infrastructure/terraform/per_account/qa/main.tf +++ b/infrastructure/terraform/per_account/qa/main.tf @@ -90,12 +90,6 @@ resource "aws_s3_bucket_logging" "truststore_to_access_logs" { target_prefix = "truststore/log/" } -module "sds_etl_hscn_vpc" { - source = "../modules/sds_etl_hscn_vpc" - environment = terraform.workspace - prefix = local.project -} - # -------- ROUTE 53 --------- resource "aws_route53_zone" "qa-ns" { diff --git a/infrastructure/terraform/per_account/ref/main.tf b/infrastructure/terraform/per_account/ref/main.tf index 910055b71..ccfe04797 100644 --- a/infrastructure/terraform/per_account/ref/main.tf +++ b/infrastructure/terraform/per_account/ref/main.tf @@ -90,12 +90,6 @@ resource "aws_s3_bucket_logging" "truststore_to_access_logs" { target_prefix = "truststore/log/" } -module "sds_etl_hscn_vpc" { - source = "../modules/sds_etl_hscn_vpc" - environment = terraform.workspace - prefix = local.project -} - # -------- ROUTE 53 --------- resource "aws_route53_zone" "ref-ns" {