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

Add the Terragrunt binary.

parent be6e477e
Branches
No related tags found
No related merge requests found
......@@ -48,6 +48,12 @@ $(DESTDIR)/bin/terraform:
install -m 755 $(tempdir)/terraform $@
rm $(tempdir)/terraform*
binaries: $(DESTDIR)/bin/terragrunt
$(DESTDIR)/bin/terragrunt:
mkdir -p $$(dirname $@)
-$(download) https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.5/terragrunt_$(goos)_$(goarch)
-chmod +x '$@'
binaries: $(DESTDIR)/bin/vault
$(DESTDIR)/bin/vault:
mkdir -p $$(dirname $@)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment