bsmsapp/terraform/modules/waf
Santiago Lo Coco d7cbbb2cf6 Remove backup and ses
Due to academy restrictions :'(

Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar>
2022-11-30 19:33:42 -03:00
..
README.md Remove backup and ses 2022-11-30 19:33:42 -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 Remove backup and ses 2022-11-30 19:33:42 -03:00

README.md

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.