featurebase/qa/tf
reesporte c61d565b3c integration test for backup restore sev 2!
Co-authored-by: tgruben <tgruben@gmail.com>
2022-04-05 14:59:50 -05:00
..
.modules/featurebase-cluster added policy to read write S3 2022-02-22 15:23:39 -06:00
ci/smoketest removed tfstate.backup files 2022-02-24 10:24:27 -06:00
gauntlet integration test for backup restore sev 2! 2022-04-05 14:59:50 -05:00
perf WIP: start integration test setup 2022-03-15 14:43:06 -05:00
README.md Update qa/tf/README.md 2022-01-03 16:06:54 -06: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.