10 lines
191 B
HCL
10 lines
191 B
HCL
|
|
output "summary" {
|
|
description = "Résumé de l'infrastructure"
|
|
value = {
|
|
node = var.target_node
|
|
total_vms = length(var.vms)
|
|
total_lxc = length(var.containers)
|
|
}
|
|
}
|