Skip to content

Commit

Permalink
Merge pull request #47 from paulRbr/bump-terraform-0.12.24
Browse files Browse the repository at this point in the history
terraform-bump: bumping to latest 0.12.24 version of terraform
  • Loading branch information
paulRbr authored May 1, 2020
2 parents b05969c + 389298a commit 3b0e462
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 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.12.19
FROM hashicorp/terraform:0.12.24

RUN \
apk add --no-cache make bash ca-certificates jq curl ruby ruby-json;\
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.12.19
# v0.12.24
# ------------------
#
# Terraform makefile is a helper to run terraform commands
Expand Down Expand Up @@ -29,7 +29,7 @@
##
# TERRAFORM INSTALL
##
version ?= "0.12.19"
version ?= "0.12.24"
os ?= $(shell uname|tr A-Z a-z)
ifeq ($(shell uname -m),x86_64)
arch ?= "amd64"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@ List of commands made available

~~~bash
> make
Terraform-makefile v0.12.19
Terraform-makefile v0.12.24

console Console infra resources
destroy Destroy resources
dry-run Dry run resources changes
fmt Rewrites config to canonical format
import Import infra resources
install Install terraform and dependencies
lint Rewrites config to canonical format
lint Lint the HCL code
refresh Refresh infra resources
run Execute resources changes
show List infra resources
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.19
0.12.24
2 changes: 1 addition & 1 deletion terraform.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# ------------------
# TERRAFORM-MAKEFILE
# v0.12.19
# v0.12.24
# ------------------
#
# This Makefile is maintained on Github.com.
Expand Down

0 comments on commit 3b0e462

Please sign in to comment.