To install required tools, please run: (after you install homebrew)
brew bundle
tfenv install
tgenv install
Some important environment variables are managed via direnv. Please ensure it's working for you: https://direnv.net/docs/hook.html
Each developer has to submit a simple change:
make terraform/env.$USER
git commit -am "feat: onboarding dev $USER"
To do the common plan / review / apply cycle:
sudo-sac terragrunt run-all plan -out plan
sudo-sac terragrunt run-all apply plan