aws_waf_web_acl
Retrieves a WAF Web ACL Resource Id.
data "aws_waf_web_acl" "example" {
name = "tfWAFWebACL"
}
This data source supports the following arguments:
name
- (Required) Name of the WAF Web ACL.This data source exports the following attributes in addition to the arguments above:
id
- ID of the WAF Web ACL.