mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-22 10:40:39 +00:00
Version 4.0-0.11.3
Update embedded terraform to 0.11.3
This commit is contained in:
parent
55af62c22b
commit
8acaa3eac4
@ -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)
|
## 4.0-0.10.8 (2018-02-07)
|
||||||
* Pass `-var-file` to validate command
|
* Pass `-var-file` to validate command
|
||||||
* Update embedded TF to `0.10.8`
|
* Update embedded TF to `0.10.8`
|
||||||
|
@ -16,7 +16,7 @@ RUN apk -U add \
|
|||||||
wget && \
|
wget && \
|
||||||
rm -rf /var/cache/apk/*
|
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 && \
|
RUN wget -q https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -O terraform.zip && \
|
||||||
unzip terraform.zip -d /bin && \
|
unzip terraform.zip -d /bin && \
|
||||||
rm -f terraform.zip
|
rm -f terraform.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user