From 399f752c73269fd7cbf188c56f0f39922c3ad47e Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 8 Dec 2015 12:13:24 -0500 Subject: [PATCH] Read the file contents --- terraform/aws/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/main.tf b/terraform/aws/main.tf index c3b3bb9ce..279b0bfc8 100644 --- a/terraform/aws/main.tf +++ b/terraform/aws/main.tf @@ -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}"