diff --git a/Dockerfile b/Dockerfile index 0b8a745..bfaa5d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hashicorp/terraform:0.11.11 +FROM hashicorp/terraform:0.11.13 RUN \ apk add --no-cache make bash ca-certificates jq curl ruby ruby-json;\ diff --git a/Makefile b/Makefile index 35580da..1dc0fe0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # ------------------ # TERRAFORM-MAKEFILE -# v0.11.11 +# v0.11.13 # ------------------ # # Terraform makefile is a helper to run terraform commands @@ -29,7 +29,7 @@ ## # TERRAFORM INSTALL ## -version ?= "0.11.11" +version ?= "0.11.13" 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 8b08496..f50ee8f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ List of commands made available ~~~bash > make -Terraform-makefile v0.11.11 +Terraform-makefile v0.11.13 console Console infra resources destroy Destroy resources diff --git a/VERSION b/VERSION index 1a77547..44ab23e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.11 +0.11.13 diff --git a/terraform.sh b/terraform.sh index 0ac8e6e..2bdeb24 100755 --- a/terraform.sh +++ b/terraform.sh @@ -1,6 +1,6 @@ # ------------------ # TERRAFORM-MAKEFILE -# v0.11.11 +# v0.11.13 # ------------------ # # This Makefile is maintained on Github.com.