feat: add Docker/OpenTofu deployment and DE/NL routing

This commit is contained in:
BuTzZ
2026-07-24 23:10:17 +02:00
parent 57f7b4dedb
commit 12eee8d211
59 changed files with 4452 additions and 148 deletions
+10
View File
@@ -0,0 +1,10 @@
terraform {
required_version = ">= 1.8.0, < 2.0.0"
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "= 1.66.1"
}
}
}