This directory provisions required infrastructure for the application.
See playground/README.md for a list of the requirements prior to following these instructions.
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
Plan the terraform solution.
terraform plan
or
terraform plan -var-file=vars.tfvars
Apply the terraform solution.
terraform apply
or
terraform apply -var-file=vars.tfvars