Add Contabo IAC configuration and workflows for OpenTofu integration

This commit is contained in:
2025-04-25 17:48:19 +02:00
parent 427372da83
commit 9839a3c9c6
10 changed files with 165 additions and 0 deletions
+9
View File
@@ -17,4 +17,13 @@ code DELETE immediately. We have been warned.
./bin/occ db:add-missing-primary-keys
# Disable maintenance
./bin/occ maintenance:mode --off
```
# Contabo CLI
Download latest version from [here](https://github.com/contabo/cntb/releases).
Setup:
```
sectool exec cntb get instances --oauth2-clientid="$CONTABO_CLIENT_ID" --oauth2-client-secret="$CONTABO_CLIENT_SECRET" --oauth2-user="$CONTABO_API_USER" --oauth2-password="$CONTABO_API_PASSWORD"
```