bsmsapp/terraform/modules/waf
Santiago Lo Coco 7dc78dfa27 Add terraform docs 2022-11-07 08:05:30 -03:00
..
README.md Add terraform docs 2022-11-07 08:05:30 -03:00
main.tf Fix bugs and refactor 2022-11-02 09:50:42 -03:00
outputs.tf Reformat files 2022-11-02 10:03:10 -03:00
variables.tf Fix bugs and refactor 2022-11-02 09:50:42 -03:00
versions.tf Add pre-commit config 2022-11-07 07:49:38 -03:00

README.md

Requirements

Name Version
terraform 1.3.4
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.