Files
nomad/e2e/terraform/terraform.tfvars.dev
Tim Gross b491b4a7de e2e: use more recent instance type (#8954)
Newer EC2 instances are both cheaper and have generally better
performance.

The dnsmasq configuration had a hard-coded interface name, so in order to
accomodate instances with more recent networking that result in so-called
predictable interface names, the dnsmasq configuration needs to be replaced at
runtime with userdata to select the default interface.
2020-09-23 14:27:52 -04:00

11 lines
337 B
Plaintext

region = "us-east-1"
instance_type = "t3.medium"
server_count = "3"
client_count = "2"
windows_client_count = "0"
profile = "dev-cluster"
# Example overrides:
# nomad_local_binary = "../../pkg/linux_amd/nomad"
# nomad_local_binary_client_windows = ["../../pkg/windows_amd64/nomad.exe"]