comment a var

This commit is contained in:
tolerryan
2025-05-04 23:46:51 -05:00
parent c825f35843
commit 2bf40c1155

View File

@@ -22,9 +22,9 @@ variable "proxmox_api_token_id" {
type = string type = string
} }
variable "proxmox_api_token_secret" { #variable "proxmox_api_token_secret" {
type = string # type = string
} #}
provider "proxmox" { provider "proxmox" {