homelab/infrastructure/proxmox/modules/nixos-vm/outputs.tf
plasmagoat 0347f4d325
Some checks failed
Test / tests (push) Has been cancelled
/ OpenTofu (push) Successful in 9s
infra
2025-07-21 22:41:08 +02:00

9 lines
228 B
HCL

output "id" {
description = "Instance VM ID"
value = proxmox_vm_qemu.nixos-vm.id
}
output "public_ipv4" {
description = "Instance Public IPv4 Address"
value = proxmox_vm_qemu.nixos-vm.default_ipv4_address
}