Read the file contents

This commit is contained in:
Seth Vargo 2015-12-08 12:13:24 -05:00
parent d1603460ef
commit 399f752c73
1 changed files with 1 additions and 1 deletions

View File

@ -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}"