feat: rework terraform pve_vm module

This commit is contained in:
2025-07-02 07:15:55 +00:00
parent a78860c3b8
commit c524868cf5
6 changed files with 26 additions and 20 deletions

View File

@@ -90,4 +90,3 @@ output "vm_ip" {
value = proxmox_virtual_environment_vm.vm.ipv4_addresses[1][0]
description = "VM IP"
}