feat: Add config for persistent storage

This commit is contained in:
Peter 2025-12-15 16:00:39 +01:00
parent c10aded847
commit c533c7c070
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
5 changed files with 13 additions and 2 deletions

View file

@ -20,5 +20,6 @@ variable "talos_nodes" {
name = string
type = string
ipv4_address = string
pvc_disks = optional(list(number)),
}))
}