output "acl_arn" { value = var.enabled ? aws_wafv2_web_acl.this[0].arn : null description = "The WAF web ACL ARN." } output "acl_id" { value = var.enabled ? aws_wafv2_web_acl.this[0].id : null description = "The WAF web ACL id." }