feat: rework terraform pve_vm module
This commit is contained in:
@@ -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" {
|
||||
|
Reference in New Issue
Block a user