tree: e0998861bd26f6eb2a3d935bddca2d3281aa9281 [path history] [tgz]
  1. artifact_registry/
  2. buckets/
  3. gke/
  4. memorystore/
  5. network/
  6. setup/
  7. main.tf
  8. provider.tf
  9. README.md
  10. variables.tf
playground/terraform/infrastructure/README.md

Overview

This directory provisions required infrastructure for the application.

Requirements

See playground/README.md for a list of the requirements prior to following these instructions.

Usage

Terraform init

Follow conventional terraform workflow to build this solution. You will be prompted for required variables. Alternatively, you may create a vars.tfvars file and apply the -var-file=vars.tfvars flag.

Initialize the terraform environment.

terraform init

Terraform plan

Plan the terraform solution.

terraform plan

or

terraform plan -var-file=vars.tfvars

Terraform apply

Apply the terraform solution.

terraform apply

or

terraform apply -var-file=vars.tfvars