0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-03 04:49:42 +02:00

Version 4.0-0.11.3

Update embedded terraform to 0.11.3
This commit is contained in:
Jacob McCann 2018-02-07 13:11:17 -06:00
parent 55af62c22b
commit 8acaa3eac4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 4.0-0.11.3 (2018-02-07)
* Pass `-var-file` to validate command
* Update embedded TF to `0.11.3`
## 4.0-0.10.8 (2018-02-07)
* Pass `-var-file` to validate command
* Update embedded TF to `0.10.8`

View File

@ -16,7 +16,7 @@ RUN apk -U add \
wget && \
rm -rf /var/cache/apk/*
ENV TERRAFORM_VERSION 0.10.8
ENV TERRAFORM_VERSION 0.11.3
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