Implement bridges and fillout readme with current state

This commit is contained in:
bob
2026-04-10 23:34:51 -05:00
parent 7b6fcce11f
commit 940ecb3946
4 changed files with 55 additions and 26 deletions

View File

@@ -14,3 +14,8 @@ variable "proxmox_insecure" {
type = bool
default = true
}
variable "proxmox_node_name" {
description = "Name of the Proxmox node to manage resources on"
type = string
}