Working tests of policy and policies

This commit is contained in:
2025-05-19 21:30:18 +03:00
parent 9b34cd9199
commit 9c67e03de3
7 changed files with 184 additions and 248 deletions

View File

@@ -22,6 +22,11 @@ variable "pm_host" {
type = string
}
variable "pm_port" {
description = "The port of the proxmox server"
default = 8006
}
variable "pm_node_name" {
description = "name of the proxmox node to create the VMs on"
type = string