1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# Deployment
This directory contains configuration-as-code to deploy Tessera to supported infrastructure:
- `modules`: terraform modules to configure infrastructure for running a Tessera log.
+ `gcp`: a Tessera GCP specific terraform module.
+ `aws`: a Tessera AWS specific terraform module.
- `live`: example terragrunt configurations for deploying to different environments which use the modules.
## Prerequisites
Deploying these examples requires installation of:
- [`terraform`](https://developer.hashicorp.com/terraform/install) or
[`opentofu`](https://opentofu.org/docs/intro/install/)
- [`terragrunt`](https://terragrunt.gruntwork.io/docs/getting-started/install/)
## Deploying
See individual `live` subdirectories.
|