first commit

This commit is contained in:
LathanDevers
2026-08-13 10:18:07 +02:00
commit 4bb85f7606
9 changed files with 168 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
output "client_vm_ip" {
value = proxmox_vm_qemu.client_node.default_ipv4_address
description = "Adresse IP allouée au nœud du client"
}