Skip to content

Commit 07a49d8

Browse files
committed
No more need for is_hpc_dev
1 parent db4720c commit 07a49d8

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

hpc/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ variable "private_alb_https_listener_arn" {
110110
type = string
111111
}
112112

113-
variable "is_hpc_dev" {
114-
type = bool
115-
default = false
116-
sensitive = false
117-
}
118-
119113
variable "sboinfrastructureassets_bucket_name" {
120114
type = string
121115
}

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ module "hpc" {
322322
scratch_bucket = var.hpc_resource_provisioner_scratch_bucket
323323
scratch_bucket_arn = var.hpc_resource_provisioner_scratch_bucket_arn
324324
private_alb_https_listener_arn = local.private_alb_https_listener_arn
325-
is_hpc_dev = true
326325
sboinfrastructureassets_bucket_name = var.sbo_infrastructureassets_bucket
327326
pcluster_ami_id = var.pcluster_ami_id
328327
}

sandbox-hpc.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ coreservices_public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAA
6262
hpc_resource_provisioner_container_version = "0.5.12.dev12"
6363
core_web_app_deployment_env = "staging"
6464
core_web_app_next_public_matomo_site_id = "3"
65-
is_hpc_dev = true
6665

6766
# Sandbox placeholders
6867
nise_dockerhub_password = "placeholder"

variables-switches.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,3 @@ variable "deployment_env" {
4141
type = string
4242
description = "The deployment environment, values: 'staging', 'production'"
4343
}
44-
45-
variable "is_hpc_dev" {
46-
type = bool
47-
default = false
48-
sensitive = false
49-
}

0 commit comments

Comments
 (0)