diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-02-10 09:10:28 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2022-02-10 08:11:08 +0000 |
commit | a72905189bedf3d2093b0a2eb3f227b29a827ea4 (patch) | |
tree | 49eefccfa4360ff9d2bd9ee91e08a7e2e89b8c94 /fdio.infra.terraform/1n_nmd/prometheus/variables.tf | |
parent | 113ff4499daceefec04a3a25e594ee5554e80738 (diff) |
fix(terraform): Prometheus job
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I1c0b736e2b2cd820271ee0aaddf3167e61d713d4
Diffstat (limited to 'fdio.infra.terraform/1n_nmd/prometheus/variables.tf')
-rw-r--r-- | fdio.infra.terraform/1n_nmd/prometheus/variables.tf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.terraform/1n_nmd/prometheus/variables.tf b/fdio.infra.terraform/1n_nmd/prometheus/variables.tf index d44f9d5f8a..eab4d3b466 100644 --- a/fdio.infra.terraform/1n_nmd/prometheus/variables.tf +++ b/fdio.infra.terraform/1n_nmd/prometheus/variables.tf @@ -14,7 +14,7 @@ variable "region" { variable "volume_source" { description = "The name of the volume to request" type = string - default = "persistence" + default = "prod-volume-data1-1" } # Prometheus @@ -99,7 +99,7 @@ variable "use_canary" { variable "use_host_volume" { description = "Use Nomad host volume feature" type = bool - default = false + default = true } variable "volume_destination" { |