add package upgrades and output of VM IP

This commit is contained in:
2025-03-21 21:57:26 +00:00
parent a39d0ceacb
commit 753d5c38e4
3 changed files with 28 additions and 19 deletions

View File

@@ -6,5 +6,5 @@ variable "proxmox_endpoint" {
variable "proxmox_api_token" {
description = "Proxmox API token"
type = string
sensitive = true
sensitive = true
}