aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/1n_nmd/prometheus/variables.tf
diff options
context:
space:
mode:
Diffstat (limited to 'fdio.infra.terraform/1n_nmd/prometheus/variables.tf')
-rw-r--r--fdio.infra.terraform/1n_nmd/prometheus/variables.tf4
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" {