featurebase/qa/tf
Garrison Davis e426ec414a Add back ability to make on-demand instances
Also addressed the couple TODOs I left behind in the terraform.

(cherry picked from commit 4d75eda557)
2022-12-12 09:01:20 -08:00
..
.modules/featurebase-cluster Add back ability to make on-demand instances 2022-12-12 09:01:20 -08:00
ci Make tflint and terraform fmt changes 2022-12-12 09:01:20 -08:00
gauntlet/backuprestore Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
perf merge: featurebase merge updates for 2022-10-28 (#2188) 2022-10-28 13:08:23 -04:00
README.md Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00

Deploy testing environments with this one weird trick!

This directory contains Terraform to deploy test environments both ad-hoc and as part of CI/CD pipelines.

The .modules contains the guts of the operation, the things you probably want are in the other directories, each with a README.

How to Terraform

With terraform installed (brew install terraform if not)...

You can do terraform plan -> terraform apply to spin up a cluster, terraform destroy to tear one down.

Other prerequisites:

Please read these carefully.