Skip to content

Commit

Permalink
Merge pull request #49 from displague/fix-template-path
Browse files Browse the repository at this point in the history
fix template/ path that is not module safe
  • Loading branch information
displague authored Mar 3, 2021
2 parents 5526d3c + 7502240 commit 55f8909
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 55f8909

Please sign in to comment.