Setup
Table of Contents
Installing Terraform and Terragrunt
At the time of writing, we are confined to an old version of Terraform based on the version SUSE releases.
MacOS
We recommend using tfenv
to handle your Terraform versions.
-
Install
tfenv
brew install tfenv
-
Install Terraform
tfenv install 0.13.4
-
Activate Terraform
tfenv use 0.13.6
-
Install Terragrunt
brew install terragrunt@0.51