Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BREWLIST := $(shell brew list --formula)
endif


setup: tfenv-install-from-brew terraform-set-version terragrunt-install-from-source
setup: aws-vault-install-from-brew tfenv-install-from-brew terraform-set-version terragrunt-install-from-source

aws-vault-install-from-brew:
@echo "==> Installing aws-vault from brew..."
Expand Down Expand Up @@ -72,6 +72,7 @@ _terragrunt-install-from-source:
help:
@echo 'Makefile targets:'
@echo ' setup - Installs tfenv, Terraform and Terragrunt.'
@echo ' aws-vault-install-from-brew - Installs aws-vault for managing multiple AWS profiles.'
@echo ' tfenv-install-from-brew - Installs tfenv for managing multiple Terraform versions.'
@echo ' terraform-set-version - Installs Terraform version if not already installed and sets the Terraform version using tfenv.'
@echo ' terragrunt-install-from-source - Installs Terragrunt from source.'
Expand Down