Add terraform for infra

This commit is contained in:
2025-02-14 05:11:19 -06:00
parent 1da4a9e23b
commit 4084517dd7

View File

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