Skip to content
Snippets Groups Projects
Commit ab7c2099 authored by nimrod's avatar nimrod
Browse files

Update Terraform.

No longer requiring a 0.11.x Terraform for Endless.
parent cbfa6774
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ $(DESTDIR)/bin/packer:
$(DESTDIR)/bin/terraform:
mkdir -p $$(dirname $@)
$(curl) https://releases.hashicorp.com/terraform/0.11.14/terraform_0.11.14_$(os)_$(goarch).zip --output $(tempdir)/terraform.zip
$(curl) https://releases.hashicorp.com/terraform/0.14.9/terraform_0.14.9_$(os)_$(goarch).zip --output $(tempdir)/terraform.zip
unzip -d $(tempdir) $(tempdir)/terraform.zip
install -m 755 $(tempdir)/terraform $@
rm $(tempdir)/terraform*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment