Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.53 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.53 KB

AWS WAF Module

This module creates WAF ACL for Application Elastic Load Balancer (ELB).

Example

# main.tf
module "waf" {
  source = "git::https://github.com/lpavliuk/Terraform-Modules.git//aws_waf"

  name = "example-codename"
}

Requirements

Name Version
terraform < 2.0.0, >= 1.6.6
aws < 6.0, >= 5.22

Inputs

Name Description Type Default Required
name WAF ACL Name string n/a yes

Outputs

Name Description
name WAF ACL Name
id WAF ACL ID
arn WAF ACL ARN

Resources

Name Type
aws_cloudwatch_log_group.this resource
aws_wafv2_web_acl.this resource
aws_wafv2_web_acl_logging_configuration.this resource