This module creates WAF ACL for Application Elastic Load Balancer (ELB).
# main.tf
module "waf" {
source = "git::https://github.com/lpavliuk/Terraform-Modules.git//aws_waf"
name = "example-codename"
}
Name | Version |
---|---|
terraform | < 2.0.0, >= 1.6.6 |
aws | < 6.0, >= 5.22 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | WAF ACL Name | string |
n/a | yes |
Name | Description |
---|---|
name | WAF ACL Name |
id | WAF ACL ID |
arn | WAF ACL ARN |
Name | Type |
---|---|
aws_cloudwatch_log_group.this | resource |
aws_wafv2_web_acl.this | resource |
aws_wafv2_web_acl_logging_configuration.this | resource |