From dec3d9639b60833badfb9f7de7396e3c5114369f Mon Sep 17 00:00:00 2001 From: Alex Gregory Date: Mon, 10 Apr 2023 15:27:08 +0100 Subject: [PATCH] add aws-vault to setup and help target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf2668f..4853b9b 100644 --- a/Makefile +++ b/Makefile @@ -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..." @@ -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.'