Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from wantedly/dtan4/terraform-v0.6.1
Browse files Browse the repository at this point in the history
Upgrade to Terraform v0.6.1
  • Loading branch information
spesnova committed Jul 21, 2015
2 parents 37e4fc8 + efe4c56 commit 3ccf624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:jessie
MAINTAINER Daisuke Fujita <dtanshi45@gmail.com> (@dtan4)
CMD ["/usr/local/bin/terraform", "version"]

ENV TERRAFORM_VERSION 0.6.0
ENV TERRAFORM_VERSION 0.6.1

RUN apt-get update \
&& apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Please see [official document](https://terraform.io/docs/index.html) for more in
## SUPPORTED TAGS

* `latest`
* Terraform 0.6.0
* Terraform 0.6.1

## HOW TO USE

Expand Down
2 changes: 1 addition & 1 deletion script/test
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# this script should be run in project root
BASE_DIRECTORY=`pwd`
TERRAFORM_VERSION="0.6.0"
TERRAFORM_VERSION="0.6.1"

echo "==> Building target..."
cd ${BASE_DIRECTORY}
Expand Down

0 comments on commit 3ccf624

Please sign in to comment.