0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-19 15:32:45 +02:00

Update terraform version to 0.12.0

This commit is contained in:
Caio Quirino 2019-06-04 15:32:56 +02:00
parent 8c0568eb36
commit c202c86225
No known key found for this signature in database
GPG Key ID: 94564A4043FF99AC
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 6.0-0.12.0 (2019-06-04)
* Update embedded TF to `0.12.0`
## 5.2-0.11.13 (2019-03-27)
* Update embedded TF to `0.11.13`

View File

@ -21,7 +21,7 @@ RUN apk -U add \
openssh-client && \
rm -rf /var/cache/apk/*
ENV TERRAFORM_VERSION 0.11.13
ENV TERRAFORM_VERSION 0.12.0
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