0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-09 18:00:40 +00:00

update to TF 0.11.13

This commit is contained in:
Joachim Hill-Grannec 2019-03-27 15:35:26 -06:00
parent 4985c0dc0a
commit 0646afd940
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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