Skip to content

Commit

Permalink
Use ${path.root}/../
Browse files Browse the repository at this point in the history
  • Loading branch information
danscales committed Sep 29, 2024
1 parent 8a40fac commit 0ef2462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,6 @@ data "template_file" "step_function_policy" {
}

data "external" "hash" {
program = [coalesce(var.hash_script, "${path.module}/scripts/hash.sh"), "${var.root_dir}/../", var.docker_path]
program = [coalesce(var.hash_script, "${path.module}/scripts/hash.sh"), "${path.root}/../", var.docker_path]
}

0 comments on commit 0ef2462

Please sign in to comment.