fix: Added missing subnet mask (#298)

Signed-off-by: Karteek <[email protected]>
Co-authored-by: Vegard Stenhjem Hagen <[email protected]>
This commit is contained in:
karteekiitg
2025-06-09 21:26:44 +02:00
committed by GitHub
co-authored by Vegard Stenhjem Hagen
parent 3d68e49d4d
commit 0e448bc5f9
+1
View File
@@ -35,6 +35,7 @@ variable "talos_cluster_config" {
name = string
vip = optional(string)
gateway = string
subnet_mask = optional(string, "24")
talos_machine_config_version = optional(string)
proxmox_cluster = string
kubernetes_version = string