Working tests of policy and policies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user