mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user