Browse Source

Updating to terraform 0.10.7 since the newest version now include the registry for providers

pull/56/head
Joachim Hill-Grannec 7 years ago
parent
commit
6a0181c1b4
  1. 2
      Dockerfile

2
Dockerfile

@ -16,7 +16,7 @@ RUN apk -U add \
wget && \
rm -rf /var/cache/apk/*
ENV TERRAFORM_VERSION 0.10.3
ENV TERRAFORM_VERSION 0.10.7
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…
Cancel
Save