terraform.aws-baseline-infra/modules/ManagementGovernance/Monitoring.NLB/outputs.tf

4 lines
127 B
Terraform
Raw Normal View History

output nlb-tg-count {
# value = length(module.nlb-targetgroups.result-set)
value = length(flatten(module.nlb_tgs.result))
}