feat: Add storage nic to worker nodes
This commit is contained in:
parent
c533c7c070
commit
30d3b3b478
3 changed files with 18 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ variable "node" {
|
|||
description = "Basic configuration for the Talos node"
|
||||
type = object({
|
||||
id = number
|
||||
type = string
|
||||
name = string
|
||||
ipv4_address = string
|
||||
ipv4_gateway = string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue