diff --git a/e2e/terraform/provision-infra/variables.tf b/e2e/terraform/provision-infra/variables.tf index 611b45cd82e..d2306b15491 100644 --- a/e2e/terraform/provision-infra/variables.tf +++ b/e2e/terraform/provision-infra/variables.tf @@ -79,11 +79,6 @@ variable "volumes" { default = true } -variable "hcp_consul_cluster_id" { - description = "The ID of the HCP Consul cluster" - type = string - default = "nomad-e2e-shared-hcp-consul" -} variable "hcp_vault_cluster_id" { description = "The ID of the HCP Vault cluster" diff --git a/e2e/terraform/variables.tf b/e2e/terraform/variables.tf index edc7a592c3b..85b34d6c792 100644 --- a/e2e/terraform/variables.tf +++ b/e2e/terraform/variables.tf @@ -76,12 +76,6 @@ variable "volumes" { default = true } -variable "hcp_consul_cluster_id" { - description = "The ID of the HCP Consul cluster" - type = string - default = "nomad-e2e-shared-hcp-consul" -} - variable "hcp_vault_cluster_id" { description = "The ID of the HCP Vault cluster" type = string