open-nomad/e2e/terraform/terraform.tfvars.dev
Tim Gross 727277793b
e2e: bootstrap vault and provision Nomad with vault tokens (#9010)
Provisions vault with the policies described in the Nomad Vault integration
guide, and drops a configuration file for Nomad vault server configuration
with its token. The vault root token is exposed to the E2E runner so that
tests can write additional policies to vault.
2020-10-05 09:28:37 -04:00

14 lines
423 B
Plaintext

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