From e91bd180e9d4a6b4778e25161d4f56d7cf4bd8b5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lachance Date: Wed, 14 Jun 2017 10:22:02 -0400 Subject: [PATCH] Upgrade terraform to 0.9.8 --- .gitignore | 1 + Dockerfile | 2 +- Dockerfile.Base | 2 +- Dockerfile.Full | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a6ed48b..8bfc368f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +.idea .pkg diff --git a/Dockerfile b/Dockerfile index 0329efaf..591e3907 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ARG TERRAFORM_VERSION=0.9.7 +ARG TERRAFORM_VERSION=0.9.8 ARG TERRAFORM_QUANTUM=0.1 ARG TERRAGRUNT_VERSION=0.12.18.04 ARG GOTEMPLATE_VERSION=1.0 diff --git a/Dockerfile.Base b/Dockerfile.Base index 95f87535..95b71524 100644 --- a/Dockerfile.Base +++ b/Dockerfile.Base @@ -1,6 +1,6 @@ FROM alpine:latest -ARG TERRAFORM_VERSION=0.9.7 +ARG TERRAFORM_VERSION=0.9.8 ARG TERRAGRUNT_VERSION=0.12.18.04 ARG GOTEMPLATE_VERSION=1.0 diff --git a/Dockerfile.Full b/Dockerfile.Full index 1a13f913..ba7d0399 100644 --- a/Dockerfile.Full +++ b/Dockerfile.Full @@ -1,6 +1,6 @@ FROM ubuntu:latest -ARG TERRAFORM_VERSION=0.9.7 +ARG TERRAFORM_VERSION=0.9.8 ARG TERRAFORM_QUANTUM=0.1 ARG TERRAGRUNT_VERSION=0.12.18.04 ARG GOTEMPLATE_VERSION=1.0