Skip to content

Commit

Permalink
fix template/ path that is not module safe
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Mar 3, 2021
1 parent 5526d3c commit 7502240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ data "template_file" "deploy_anthos_cluster" {
}

data "template_file" "pre_reqs_worker" {
template = file("templates/pre_reqs_worker.sh")
template = file("${path.module}/templates/pre_reqs_worker.sh")
vars = {
operating_system = var.operating_system
}
Expand Down

0 comments on commit 7502240

Please sign in to comment.