Terraform and Terragrunt Basics
Terraform and its Use Cases.
Terragrunt and its key features.
Local Development Environment
To start with Terraform and Terragrunt we need a basic setup.
The first thing we need is to install Homebrew.
We can now install other needed tools.
brew install git coreutils curl
brew install awscli
brew install kubectl
brew install asdf#echo -e "\n. $(brew --prefix asdf)/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc\n
terraform and terragrunt
asdf plugin list allasdf plugin add terraformasdf list all terraformasdf install terraform 1.1.9asdf global terraform 1.1.9asdf plugin add terragruntasdf install terragrunt 0.36.7asdf global terragrunt 0.36.7