Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Files

terraform

Terraform

Setup

  1. Copy the state credentials config: cp state_credentials.ini.example state_credentials.ini
  2. Go into each module folder
  3. Initialize terraform: terraform init
  4. Copy the variables file cp sample.tfvars local.tfvars
  5. Fill in your credentials

Apply

Run terraform apply