1
0
Files
terraform.examples/modules/ManagementGovernance/Monitoring.ALB/outputs.tf
T
2026-02-13 15:44:24 +08:00

4 lines
130 B
Terraform

output alb-tg-count {
# value = length(module.alb-targetgroups.result-set)
value = length(flatten(module.alb_tgs.awscliout))
}