mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-09 18:00:40 +00:00
Merge pull request #77 from josmo/terraform-11.8
Update to latest terraform version
This commit is contained in:
commit
3fa01d40e8
@ -17,7 +17,7 @@ RUN apk -U add \
|
|||||||
openssh-client && \
|
openssh-client && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
ENV TERRAFORM_VERSION 0.11.7
|
ENV TERRAFORM_VERSION 0.11.8
|
||||||
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