This commit is contained in:
2024-06-30 07:46:33 -05:00
parent 5552715093
commit d2e8188327

View File

@@ -9,7 +9,7 @@ terraform {
} }
provider "proxmox" { provider "proxmox" {
pm_parallel = 3 pm_parallel = 1
pm_tls_insecure = true pm_tls_insecure = true
pm_api_url = var.pm_api_url pm_api_url = var.pm_api_url
pm_user = var.pm_user pm_user = var.pm_user