github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/e2e/terraform/terraform.tfvars (about) 1 region = "us-east-1" 2 instance_type = "t3.medium" 3 server_count = "3" 4 client_count_ubuntu_bionic_amd64 = "2" 5 client_count_windows_2016_amd64 = "0" 6 profile = "dev-cluster" 7 nomad_acls = false 8 nomad_enterprise = false 9 vault = true 10 volumes = false 11 12 nomad_version = "1.0.1" # default version for deployment 13 nomad_sha = "" # overrides nomad_version if set 14 nomad_local_binary = "" # overrides nomad_sha and nomad_version if set 15 16 # Example overrides: 17 # nomad_sha = "38e23b62a7700c96f4898be777543869499fea0a" 18 # nomad_local_binary = "../../pkg/linux_amd/nomad" 19 # nomad_local_binary_client_windows_2016_amd64 = ["../../pkg/windows_amd64/nomad.exe"]