]>
Commit | Line | Data |
---|---|---|
08b55c6d RBR |
1 | # Captura Backend |
2 | ||
3 | This is a pulumi template in case you easily want to roll out a captura | |
4 | compatible backend that posts to S3. | |
5 | ||
6 | You'll need to edit `Pulumi.production.yaml` and populate with your values | |
7 | and then run `pulumi preview` to make sure that everything is ok and | |
8 | `pulumi up` | |
9 | ||
10 | ## Changing Region | |
11 | ||
12 | If you want to run it anywhere but on us-east-1, you'll have to change | |
13 | the certificate generation to use the right provider. |