first commit

This commit is contained in:
2026-01-12 01:24:58 +04:00
commit f5b7fc63db
7 changed files with 87 additions and 0 deletions

7
providers.tf Normal file
View File

@@ -0,0 +1,7 @@
provider "proxmox" {
pm_tls_insecure = true
pm_api_url = ""
pm_api_token_secret = ""
pm_api_token_id = ""
pm_otp = ""
}