Skip to content

Commit 55f8909

Browse files
authored
Merge pull request #49 from displague/fix-template-path
fix template/ path that is not module safe
2 parents 5526d3c + 7502240 commit 55f8909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ data "template_file" "deploy_anthos_cluster" {
146146
}
147147

148148
data "template_file" "pre_reqs_worker" {
149-
template = file("templates/pre_reqs_worker.sh")
149+
template = file("${path.module}/templates/pre_reqs_worker.sh")
150150
vars = {
151151
operating_system = var.operating_system
152152
}

0 commit comments

Comments
 (0)