From 08b55c6db901910dd0540a45257122f9450cbe0a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 2 Nov 2023 22:28:41 +0100 Subject: Add code --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit