From 2dfe90b3a25ecaa8efb3a58aef77a60038c5c4bc Mon Sep 17 00:00:00 2001 From: allysono Date: Mon, 26 Nov 2018 12:00:32 -0200 Subject: [PATCH] update terraform version --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index b349459..5d81c0b 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -5,7 +5,7 @@ if [ -e /etc/redhat-release ] ; then REDHAT_BASED=true fi -TERRAFORM_VERSION="0.11.7" +TERRAFORM_VERSION="0.11.10" PACKER_VERSION="1.2.4" # create new ssh key [[ ! -f /home/ubuntu/.ssh/mykey ]] \