switch to password auth

This commit is contained in:
tolerryan
2025-05-20 01:49:46 -05:00
parent ec25bc9005
commit 4c3038f795
2 changed files with 3 additions and 2 deletions

View File

@@ -29,8 +29,8 @@ variable "proxmox_api_token_secret" {
provider "proxmox" {
pm_api_url = var.proxmox_api_url
pm_api_token_id = var.proxmox_api_token_id
pm_api_token_secret = var.proxmox_api_token_secret
pm_user = var.pm_user
pm_pass = var.pm_pass
# (Optional) Skip TLS Verification
pm_tls_insecure = true