This directory sets up the Kubernetes environment for subsequent modules.
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.
Initialize the terraform workspace.
DIR=01.setup terraform -chdir=$DIR init
Apply the terraform module.
DIR=01.setup terraform -chdir=$DIR apply -var-file=common.tfvars