Skip to content

Commit

Permalink
Upgrade TF to get latest Datadog provider
Browse files Browse the repository at this point in the history
Because of hashicorp/terraform#8044 we need at
least TF 0.7.3
  • Loading branch information
Piotr Komborski committed Sep 6, 2016
1 parent dad99b8 commit 50cc3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.3

ENV PATH $PATH:/usr/local/bin
ENV TERRAFORM_VER 0.6.15
ENV TERRAFORM_VER 0.7.3
ENV TERRAFORM_SUM 2a81faa54ed6c5e7c065444617fc999f0ab6d433e4e03a0ad599892e74ffff6b
ENV TERRAFORM_ZIP terraform_${TERRAFORM_VER}_linux_amd64.zip
ENV BINARY_WHITELIST \
Expand Down

0 comments on commit 50cc3e7

Please sign in to comment.