11e342a9f7
---ci--- project: nova-platform phase: 3 milestone: v1.0 status: complete ---/ci--- P3 complete: 13 L1 primitives + registry + module docs. 68 tests pass. REQ-10,11,13,34 covered.
9 lines
251 B
Terraform
9 lines
251 B
Terraform
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."
|
|
} |