File tree Expand file tree Collapse file tree 6 files changed +9
-1
lines changed Expand file tree Collapse file tree 6 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ module "hpc" {
310310 create_jumphost = false
311311 compute_nat_access = false
312312 compute_subnet_count = 16
313- av_zone_suffixes = [ " d " ]
313+ av_zone_suffixes = var . hpc_av_zone_suffixes
314314 peering_route_tables = [local . route_table_private_subnets_id , local . route_table_public_id ]
315315 lambda_subnet_cidr = " 10.0.16.0/24"
316316 is_production = var. is_production
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ hpc_resource_provisioner_containers_bucket = ""
7373hpc_resource_provisioner_scratch_bucket = " "
7474hpc_resource_provisioner_scratch_bucket_arn = " "
7575pcluster_ami_id = " "
76+ hpc_av_zone_suffixes = [" a" ]
7677
7778entitycore_svc_aws_s3_internal_bucket = " entitycore-data-production"
7879entitycore_svc_aws_s3_internal_region = " us-east-1"
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ hpc_resource_provisioner_containers_bucket = "s3://sboinfrastructureassets-sa
6767hpc_resource_provisioner_scratch_bucket = " s3://sbosandbox-cn6l7t"
6868hpc_resource_provisioner_scratch_bucket_arn = " arn:aws:s3:::sbosandbox-cn6l7t"
6969pcluster_ami_id = " ami-0dfa261290e9dffe0"
70+ hpc_av_zone_suffixes = [" d" ]
7071
7172entitycore_svc_aws_s3_internal_bucket = " entitycore-data-staging"
7273entitycore_svc_aws_s3_internal_region = " us-east-1"
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ hpc_resource_provisioner_containers_bucket = "s3://sboinfrastructureassets-sa
7272hpc_resource_provisioner_scratch_bucket = " s3://sbosandbox-lec3cn"
7373hpc_resource_provisioner_scratch_bucket_arn = " arn:aws:s3:::sbosandbox-lec3cn"
7474pcluster_ami_id = " ami-027ff2490377d3048"
75+ hpc_av_zone_suffixes = [" a" ]
7576
7677entitycore_svc_aws_s3_internal_bucket = " entitycore-data-staging"
7778entitycore_svc_aws_s3_internal_region = " us-east-1"
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ hpc_resource_provisioner_containers_bucket = ""
6262hpc_resource_provisioner_scratch_bucket = " "
6363hpc_resource_provisioner_scratch_bucket_arn = " "
6464pcluster_ami_id = " "
65+ hpc_av_zone_suffixes = [" a" ]
6566
6667entitycore_svc_aws_s3_internal_bucket = " entitycore-data-staging"
6768entitycore_svc_aws_s3_internal_region = " us-east-1"
Original file line number Diff line number Diff line change @@ -247,6 +247,10 @@ variable "pcluster_ami_id" {
247247 type = string
248248}
249249
250+ variable "hpc_av_zone_suffixes" {
251+ type = list (string )
252+ }
253+
250254# ## entitycore ###
251255variable "entitycore_svc_aws_s3_internal_bucket" {
252256 type = string
You can’t perform that action at this time.
0 commit comments