github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/e2e/terraform/terraform.full.tfvars (about)

     1  region                           = "us-east-1"
     2  instance_type                    = "t3.medium"
     3  server_count                     = "3"
     4  client_count_ubuntu_bionic_amd64 = "4"
     5  client_count_windows_2016_amd64  = "1"
     6  profile                          = "full-cluster"
     7  nomad_enterprise                 = true
     8  nomad_acls                       = true
     9  vault                            = true
    10  volumes                          = true
    11  
    12  # required to avoid picking up defaults from terraform.tfvars file
    13  nomad_version      = "" # default version for deployment
    14  nomad_sha          = "" # overrides nomad_version if set
    15  nomad_local_binary = "" # overrides nomad_sha and nomad_version if set