Skip to content

Commit

Permalink
terraform 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu committed Apr 20, 2021
1 parent 6810d09 commit ea9cd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ RUN cd /tmp/ \

## terraform
## https://releases.hashicorp.com/terraform
RUN terraform_version=0.14.4 \
RUN terraform_version=0.15.0 \
&& curl -o /tmp/terraform.zip https://releases.hashicorp.com/terraform/${terraform_version}/terraform_${terraform_version}_linux_amd64.zip \
&& unzip /tmp/terraform.zip -d /usr/bin/ \
&& rm -f /tmp/terraform.zip
Expand Down

0 comments on commit ea9cd1d

Please sign in to comment.