diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-11-02 22:28:41 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-11-02 22:28:41 +0100 |
| commit | 08b55c6db901910dd0540a45257122f9450cbe0a (patch) | |
| tree | 155d28d3ff1b669add11879809d04f6b57071e92 /README.md | |
Add code
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..515c276 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Captura Backend + +This is a pulumi template in case you easily want to roll out a captura +compatible backend that posts to S3. + +You'll need to edit `Pulumi.production.yaml` and populate with your values +and then run `pulumi preview` to make sure that everything is ok and +`pulumi up` + +## Changing Region + +If you want to run it anywhere but on us-east-1, you'll have to change +the certificate generation to use the right provider. |