tofu config and docs

This commit is contained in:
2026-05-31 20:48:25 +02:00
parent 24c59256c9
commit 428de7af78
5 changed files with 125 additions and 7 deletions

View File

@@ -38,6 +38,12 @@ variable "control_plane_ip_filter" {
default = ["0.0.0.0/0"]
}
variable "storage_size" {
description = "Storage size in GB for worker nodes (overrides plan default via cloud_native_plan block)"
type = number
default = null
}
variable "tags" {
description = "Labels to apply to resources"
type = map(string)