Skip to content

Commit

Permalink
style: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanadelacuesta committed Jan 2, 2025
1 parent 98ebaff commit cce8e72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions e2e/terraform/provision-infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 0 additions & 6 deletions e2e/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cce8e72

Please sign in to comment.