This commit is contained in:
nora 2024-02-04 17:34:37 +01:00
parent dbd662821b
commit add27f054a
6 changed files with 98 additions and 0 deletions

18
tf-infra/README.md Normal file
View file

@ -0,0 +1,18 @@
# terraform
Terraform files for my setup.
The state can be found in the password manager
This uses the following environment variables:
```
# contabo
export CNTB_OAUTH2_CLIENT_ID="id"
export CNTB_OAUTH2_CLIENT_SECRET="secret"
export CNTB_OAUTH2_USER="email"
export CNTB_OAUTH2_PASS="password"
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""
```