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

     1  # test: install a specific Nomad version with indexed configs
     2  profile = "full-cluster"
     3  
     4  server_count         = 3
     5  client_count         = 4
     6  windows_client_count = 1
     7  
     8  nomad_version = "0.12.1"
     9  nomad_version_server = [
    10    "0.12.0", # override servers 1 and 2
    11    "0.12.3",
    12  ]
    13  nomad_version_client_linux = [
    14    "0.12.0", # override clients 1 and 2
    15    "0.12.3",
    16  ]
    17  nomad_version_client_windows = [
    18    "0.12.0", # override windows client
    19    "0.12.3", # ignored
    20  ]