From 3651865f4d9a95cd07e1df349225a61f0369ceb1 Mon Sep 17 00:00:00 2001 From: Raza Jhaveri Date: Wed, 5 Dec 2018 10:08:33 +0000 Subject: [PATCH] Bumped TF to 0.11.10 --- Dockerfile | 2 +- Makefile | 4 ++-- README.md | 2 +- VERSION | 2 +- terraform.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7958095..0f654bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hashicorp/terraform:0.11.8 +FROM hashicorp/terraform:0.11.10 RUN \ apk add --no-cache make bash ca-certificates jq curl ruby ruby-json;\ diff --git a/Makefile b/Makefile index 385fed8..ffc86c1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # ------------------ # TERRAFORM-MAKEFILE -# v0.11.8 +# v0.11.10 # ------------------ # # Terraform makefile is a helper to run terraform commands @@ -29,7 +29,7 @@ ## # TERRAFORM INSTALL ## -version ?= "0.11.8" +version ?= "0.11.10" os ?= $(shell uname|tr A-Z a-z) ifeq ($(shell uname -m),x86_64) arch ?= "amd64" diff --git a/README.md b/README.md index c6b3a30..cb8a8ec 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ List of commands made available ~~~bash > make -Terraform-makefile v0.11.8 +Terraform-makefile v0.11.10 console Console infra resources destroy Destroy resources diff --git a/VERSION b/VERSION index 1ee43fc..0521cad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.8 +0.11.10 diff --git a/terraform.sh b/terraform.sh index 84064a6..21d846d 100755 --- a/terraform.sh +++ b/terraform.sh @@ -1,6 +1,6 @@ # ------------------ # TERRAFORM-MAKEFILE -# v0.11.8 +# v0.11.10 # ------------------ # # This Makefile is maintained on Github.com.