Read the file contents

This commit is contained in:
Seth Vargo 2015-12-08 12:13:24 -05:00
parent d1603460ef
commit 399f752c73

View file

@ -1,5 +1,5 @@
resource "template_file" "install" { resource "template_file" "install" {
template = "${path.module}/scripts/install.sh.tpl" template = "${file("${path.module}/scripts/install.sh.tpl")}"
vars { vars {
download_url = "${var.download-url}" download_url = "${var.download-url}"