Skip to content

Commit

Permalink
e2e: tfvars.dev file must override default tfvars file (#9005)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tgross authored Oct 2, 2020
1 parent 8238b9f commit 966d47d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/terraform/terraform.tfvars.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 966d47d

Please sign in to comment.