Setup

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.

  1. Install tfenv

    brew install tfenv
  2. Install Terraform

    tfenv install 0.13.4
  3. Activate Terraform

    tfenv use 0.13.6
  4. Install Terragrunt

    brew install terragrunt@0.51