config fix

This commit is contained in:
tolerryan
2025-05-20 01:51:14 -05:00
parent 4c3038f795
commit dc48cbf4ab

View File

@@ -18,11 +18,11 @@ variable "proxmox_api_url" {
type = string
}
variable "proxmox_api_token_id" {
variable "pm_user" {
type = string
}
variable "proxmox_api_token_secret" {
variable "pm_pass" {
type = string
}