feat: Manage storage nic config through machineconfig
This commit is contained in:
parent
30d3b3b478
commit
628443c06c
4 changed files with 28 additions and 14 deletions
|
|
@ -17,9 +17,10 @@ variable "node_config" {
|
|||
variable "talos_nodes" {
|
||||
description = "List of Talos nodes to bootstrap"
|
||||
type = list(object({
|
||||
name = string
|
||||
type = string
|
||||
ipv4_address = string
|
||||
pvc_disks = optional(list(number)),
|
||||
name = string
|
||||
type = string
|
||||
ipv4_address = string
|
||||
storage_address = optional(string)
|
||||
pvc_disks = optional(list(number)),
|
||||
}))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue