Overview

This directory sets up the Kubernetes environment for subsequent modules.

Usage

Follow terraform workflow convention to apply this module. The following assumes the working directory is at .test-infra/pipelines/infrastructure/03.io/api-overuse-study.

Terraform Init

Initialize the terraform workspace.

DIR=01.setup
terraform -chdir=$DIR init

Terraform Apply

Apply the terraform module.

DIR=01.setup
terraform -chdir=$DIR apply -var-file=common.tfvars