Supprimer output.tf

This commit is contained in:
corenthin 2025-09-04 23:16:10 +02:00
parent f6583049b0
commit b7fa0565c7

View File

@ -1,9 +0,0 @@
output "summary" {
description = "Résumé de l'infrastructure"
value = {
node = var.target_node
total_vms = length(var.vms)
total_lxc = length(var.containers)
}
}