open-nomad/e2e/terraform/terraform.full.tfvars
Tim Gross 7e4a35ad7e
e2e: use more specific names for OS/distros (#9204)
We intend to expand the nightly E2E test to cover multiple distros and
platforms. Change the naming structure for "Linux client" to the more precise
"Ubuntu Bionic", and "Windows" to "Windows 2016" to make it easier to add new
targets without additional refactoring.
2020-10-28 12:58:00 -04:00

11 lines
421 B
HCL

region = "us-east-1"
instance_type = "t3.medium"
server_count = "3"
client_count_ubuntu_bionic_amd64 = "4"
client_count_windows_2016_amd64 = "1"
profile = "full-cluster"
nomad_enterprise = true
nomad_acls = true
vault = true
volumes = true