mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 09:35:10 +01:00
tf
This commit is contained in:
parent
465489b24d
commit
dbd662821b
5 changed files with 61 additions and 0 deletions
15
vps-provision/README.md
Normal file
15
vps-provision/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue