bsmsapp/terraform/modules/waf/README.md

1.3 KiB

Requirements

Name Version
terraform >= 1.3.1
aws >= 4.10.0

Providers

Name Version
aws 4.38.0

Modules

No modules.

Resources

Name Type
aws_wafv2_web_acl.this resource

Inputs

Name Description Type Default Required
name This is the human-readable name of the WAF. string n/a yes
rule Map of WAF rules. map(any) {} no
scope WAF scope (cloudfront or regional). string n/a yes
tags A mapping of tags to assign to all resources. map(string) {} no

Outputs

Name Description
web_acl_arn The web ACL ARN.