Skip to content

Commit

Permalink
Update e2e/terraform/provision-nomad/main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: James Rasell <[email protected]>
  • Loading branch information
tgross and jrasell authored Dec 17, 2024
1 parent 8d0ff75 commit 35f794b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/terraform/provision-nomad/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "local_sensitive_file" "nomad_environment" {

resource "local_sensitive_file" "nomad_base_config" {
content = templatefile("${path.module}/etc/nomad.d/base.hcl", {
data_dir = var.platform != "windows" ? "/opt/nomad/data" : "C://opt/nomad/data"
data_dir = var.platform != "windows" ? "/opt/nomad/data" : "C://opt/nomad/data"
nomad_region = var.nomad_region
})
filename = "${local.upload_dir}/nomad.d/base.hcl"
Expand Down

0 comments on commit 35f794b

Please sign in to comment.