This repository contains several demonstrations of Google Cloud technologies around databases that can be deployed in a single terraform apply.
Each folder represents a dedicated demo and is isolated from others.
In order to setup one of the demo you need to:
- Clone that repository
- Go into the directory containing the demo of your choice
- Create a file
terraform.tfvarsand add the required variables (see theREADMEof the chosen demo) - Authenticate to Google Cloud (see https://cloud.google.com/docs/terraform/authentication)
- Run
terraform init - Run
terraform apply
When you're done with the demo, delete all resources by running: terraform destroy