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
+7
View File
@@ -0,0 +1,7 @@
terraform {
backend "s3" {
bucket = "a13labs.infra.eu"
key = "contabo.core.infra.tfstate"
region = "eu-west-1"
}
}