Terraform module for creating ACLs for a WAF
This project is internal open source and currently maintained by the INF.
The following requirements are needed by this module:
- terraform (>= 0.12)
The following providers are used by this module:
- aws
The following input variables are required:
Description: ARN of the ALB this ACL is applied to
Type: string
Description: Name of the the cloudwatch metric
Type: string
Description: ID of the WAF rule
Type: string
The following input variables are optional (have default values):
Description: common tags to add to the ressources
Type: map(string)
Default: {}
No output.
See Usage