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 fa630ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.3

ENV PATH $PATH:/usr/local/bin
ENV TERRAFORM_VER 0.6.15
ENV TERRAFORM_SUM 2a81faa54ed6c5e7c065444617fc999f0ab6d433e4e03a0ad599892e74ffff6b
ENV TERRAFORM_VER 0.7.3
ENV TERRAFORM_SUM 4e985f222ec99616e8c730d737c9b400f9d73bf0c436661ec888b2406d3a6f39
ENV TERRAFORM_ZIP terraform_${TERRAFORM_VER}_linux_amd64.zip
ENV BINARY_WHITELIST \
terraform \
Expand Down
2 changes: 1 addition & 1 deletion terraform/terraform_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
it "has the expected Terraform version" do
expect(
command("terraform version").stdout
).to include("Terraform v0.6.15")
).to include("Terraform v0.7.3")
end

it "installs SSH" do
Expand Down

0 comments on commit fa630ad

Please sign in to comment.