This is a Homebrew Tap to allow tfenv or terraform to be used with Terragrunt.
The default Homebrew Terragrunt package depends on Terraform and the current Homebrew policy is not to allow packages in core to have optional dependencies.
First off if you have tfenv or Terragrunt already installed then please uninstall the current versions.
brew install lazzurs/tfenv/terragrunt --without-terraform --with-tfenv
tap 'lazzurs/terragrunt' || true
brew 'lazzurs/tfenv/terragrunt', args: ["without-terraform", "with-tfenv"]
brew help
, man brew
or check Homebrew's documentation.