Read the file contents
This commit is contained in:
parent
d1603460ef
commit
399f752c73
|
@ -1,5 +1,5 @@
|
|||
resource "template_file" "install" {
|
||||
template = "${path.module}/scripts/install.sh.tpl"
|
||||
template = "${file("${path.module}/scripts/install.sh.tpl")}"
|
||||
|
||||
vars {
|
||||
download_url = "${var.download-url}"
|
||||
|
|
Loading…
Reference in New Issue