vps/vps-provision
2024-02-04 16:49:07 +01:00
..
.gitignore tf 2024-02-04 16:49:07 +01:00
.terraform.lock.hcl tf 2024-02-04 16:49:07 +01:00
main.tf tf 2024-02-04 16:49:07 +01:00
README.md tf 2024-02-04 16:49:07 +01:00
versions.tf tf 2024-02-04 16:49:07 +01:00

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"