X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=terraform-ci-infra%2F1n_nmd%2Fnginx%2Fvariables.tf;h=02620140490c01ff464e7131870eff17391b6b1d;hp=1a1e45f89f9f15e7b6cd325c480b65b1efaa008a;hb=f7825e80ea0688fa337b8a36086df2e577ca6101;hpb=b83a029d3c6524b7f0139746fcc4325e692976b6 diff --git a/terraform-ci-infra/1n_nmd/nginx/variables.tf b/terraform-ci-infra/1n_nmd/nginx/variables.tf index 1a1e45f89f..0262014049 100644 --- a/terraform-ci-infra/1n_nmd/nginx/variables.tf +++ b/terraform-ci-infra/1n_nmd/nginx/variables.tf @@ -5,9 +5,21 @@ variable "nomad_datacenters" { default = [ "dc1" ] } +variable "nomad_host_volume" { + description = "Nomad Host Volume" + type = string + default = "persistence" +} + # Nginx variable "nginx_job_name" { description = "Nginx job name" type = string default = "nginx" +} + +variable "nginx_use_host_volume" { + description = "Use Nomad host volume feature" + type = bool + default = false } \ No newline at end of file