1a1e45f89f9f15e7b6cd325c480b65b1efaa008a
[csit.git] / terraform-ci-infra / 1n_nmd / nginx / variables.tf
1 # Nomad
2 variable "nomad_datacenters" {
3   description = "Nomad data centers"
4   type        = list(string)
5   default     = [ "dc1" ]
6 }
7
8 # Nginx
9 variable "nginx_job_name" {
10   description = "Nginx job name"
11   type        = string
12   default     = "nginx"
13 }