switch to password auth
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user