diff --git a/e2e/terraform/nomad-acls.tf b/e2e/terraform/nomad-acls.tf index fbe3d7651b9..6b0382414ca 100644 --- a/e2e/terraform/nomad-acls.tf +++ b/e2e/terraform/nomad-acls.tf @@ -23,7 +23,7 @@ resource "null_resource" "bootstrap_nomad_acls" { data "local_sensitive_file" "nomad_token" { depends_on = [null_resource.bootstrap_nomad_acls] - filename = "${path.root}/keys/nomad_root_token" + filename = "${path.module}/keys/nomad_root_token" } # push the token out to the servers for humans to use. @@ -36,8 +36,8 @@ locals { cat <