Skip to content

Commit

Permalink
Bumped Terraform to 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Oct 14, 2017
1 parent f296431 commit 3580d16
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.10.6
FROM hashicorp/terraform:0.10.7

RUN apk add --update make bash

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ------------------
# TERRAFORM-MAKEFILE
# v0.10.6
# v0.10.7
# ------------------
#
# This Makefile is maintained on Github.com.
Expand All @@ -11,7 +11,7 @@
##
# TERRAFORM INSTALL
##
version ?= "0.10.6"
version ?= "0.10.7"
os ?= $(shell uname|tr A-Z a-z)
ifeq ($(shell uname -m),x86_64)
arch ?= "amd64"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ List of commands made available

~~~bash
> make
Terraform-makefile v0.10.6
Terraform-makefile v0.10.7
destroy make destroy # Destroy resources
dry-run make dry-run # Dry run resources changes
install make install # Install terraform and dependencies
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.6
0.10.7
2 changes: 1 addition & 1 deletion terraform.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ------------------
# TERRAFORM-MAKEFILE
# v0.10.6
# v0.10.7
# ------------------
#
# This Makefile is maintained on Github.com.
Expand Down

0 comments on commit 3580d16

Please sign in to comment.