feat: add Docker/OpenTofu deployment and DE/NL routing
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
terraform {
|
||||
required_version = ">= 1.8.0, < 2.0.0"
|
||||
|
||||
required_providers {
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
version = "= 1.66.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user