mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
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:
co-authored by
Vegard Stenhjem Hagen
parent
3d68e49d4d
commit
0e448bc5f9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user