Browse Source

Merge pull request #86 from josmo/upgrade-0.11.13

update to TF 0.11.13
pull/90/head
Jacob McCann 6 years ago
committed by GitHub
parent
commit
8c0568eb36
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 2
      Dockerfile

3
CHANGELOG.md

@ -1,3 +1,6 @@
## 5.2-0.11.13 (2019-03-27)
* Update embedded TF to `0.11.13`
## 5.2-0.11.11 (2019-02-22)
* Add `fmt` action

2
Dockerfile

@ -21,7 +21,7 @@ RUN apk -U add \
openssh-client && \
rm -rf /var/cache/apk/*
ENV TERRAFORM_VERSION 0.11.11
ENV TERRAFORM_VERSION 0.11.13
RUN wget -q https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -O terraform.zip && \
unzip terraform.zip -d /bin && \
rm -f terraform.zip

Loading…
Cancel
Save