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

@@ -5,6 +5,8 @@ module "pve_vm" {
vm_cpu = 2
vm_ram = 2048
vm_vlan = 66
proxmox_endpoint = var.proxmox_endpoint
proxmox_api_token = var.proxmox_api_token
}
output "vm_ip" {