X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2F1n_nmd%2Fprometheus%2Fvariables.tf;h=eab4d3b466730f64d817dde364926a2432a30a57;hp=d44f9d5f8abc5fdd60fb73761bfbb390c5d40d3f;hb=a72905189bedf3d2093b0a2eb3f227b29a827ea4;hpb=113ff4499daceefec04a3a25e594ee5554e80738 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" {