initial(main): Add files for basic gridscale deployment of 2 hosts with config

This commit is contained in:
Richard
2026-07-28 17:41:48 +02:00
commit 85c3525895
12 changed files with 634 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
variable "gridscale_uuid" {
type = string
description = "OVH Gridscale UUID"
}
variable "gridscale_token" {
type = string
description = "OVH Gridscale API Token"
sensitive = true
}
variable "caddy_hostname" {
type = string
description = "Caddy hostname"
default = "caddy01"
}
variable "monitoring_hostname" {
type = string
description = "Monitoring hostname"
default = "monitoring01"
}