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

Upgrade to Terraform v0.6.1 #14

Merged
merged 1 commit into from
Jul 21, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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