Files
gise-core/opentofu/outputs.tf
T
LathanDevers 4bb85f7606 first commit
2026-08-13 10:18:07 +02:00

4 lines
147 B
Terraform

output "client_vm_ip" {
value = proxmox_vm_qemu.client_node.default_ipv4_address
description = "Adresse IP allouée au nœud du client"
}