vps/tf-infra
2024-02-24 12:57:17 +01:00
..
.gitignore aws 2024-02-04 17:34:37 +01:00
.terraform.lock.hcl aws 2024-02-04 17:34:37 +01:00
backup.tf call me stuff the way i do stuff 2024-02-05 17:16:03 +01:00
backup_personal.tf backup 2024-02-24 12:57:17 +01:00
contabo.tf aws 2024-02-04 17:34:37 +01:00
README.md backup 2024-02-24 12:57:17 +01:00
state.sh backup 2024-02-24 12:57:17 +01:00
state.tf call me stuff the way i do stuff 2024-02-05 17:16:03 +01:00
versions.tf aws 2024-02-04 17:34:37 +01:00

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"
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""