940110b2de
This changeset improves the ergonomics of running the Nomad e2e test provisioning process by defaulting to a blank `nomad_sha` in the Terraform configuration. By default, a user will now need to pass in one of the Nomad version flags. But they won't have to manually edit the `provisioning.json` file for the common case of deploying a released version of Nomad, and won't need to put dummy values for `nomad_sha`. Includes general documentation improvements.
6 lines
151 B
HCL
6 lines
151 B
HCL
region = "us-east-1"
|
|
instance_type = "t2.medium"
|
|
server_count = "3"
|
|
client_count = "4"
|
|
windows_client_count = "1"
|