e2e: tfvars.dev file must override default tfvars file (#9005)

The `-var-file` flag for loading variables into Terraform overlays the default
variables file if present. This means that variables that are set in the
default variables file will take precedence if the overlay file does not have
them set.

Set `nomad_acls` and `nomad_enteprise` to `false` in the dev cluster.
This commit is contained in:
Tim Gross
2020-10-02 08:02:37 -04:00
committed by GitHub
parent 8238b9f864
commit 966d47da46

View File

@@ -4,6 +4,8 @@ server_count = "3"
client_count = "2"
windows_client_count = "0"
profile = "dev-cluster"
nomad_acls = false
nomad_enterprise = false
# Example overrides:
# nomad_local_binary = "../../pkg/linux_amd/nomad"