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

@@ -8,7 +8,7 @@ terraform {
}
provider "proxmox" {
pm_api_url = "https://${var.pm_host}:8006/api2/json"
pm_api_url = "https://${var.pm_host}:${var.pm_port}/api2/json"
pm_user = var.pm_user
pm_password = var.pm_password
pm_tls_insecure = var.pm_tls_insecure