separate workspaces

This commit is contained in:
nora 2024-07-13 17:18:00 +02:00
parent 93f2b2c0cf
commit 5250e73722
15 changed files with 97 additions and 22 deletions

View file

@ -0,0 +1,15 @@
# terraform
Terraform files for my setup.
The state can be found in an s3 bucket that is not managed via terraform and looks like it might contain it
This uses the following environment variables:
```
# contabo from https://my.contabo.com/api/details
export CNTB_OAUTH2_CLIENT_ID="id"
export CNTB_OAUTH2_CLIENT_SECRET="secret"
export CNTB_OAUTH2_USER="email"
export CNTB_OAUTH2_PASS="password"
```