mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-09 18:00:40 +00:00
version: 6.0-0.12.1
This commit is contained in:
parent
060375040c
commit
7d747ce25d
@ -1,3 +1,7 @@
|
||||
## 6.0-0.12.1 (2019-06-05)
|
||||
* Version bump plugin to `6.0` since terraform `0.12` has breaking changes
|
||||
* Update embedded TF to `0.12.1`
|
||||
|
||||
## 5.2-0.11.13 (2019-03-27)
|
||||
* Update embedded TF to `0.11.13`
|
||||
|
||||
|
@ -21,7 +21,7 @@ RUN apk -U add \
|
||||
openssh-client && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
ENV TERRAFORM_VERSION 0.12.0
|
||||
ENV TERRAFORM_VERSION 0.12.1
|
||||
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…
Reference in New Issue
Block a user