0
0
llucycodes42
This code defines a constraint set to restrict the size of an AWS WAF rule. The AWS WAF rule must not exceed the size limit specified in the constraint set.
Shortcut: tf_aws_waf_size_constraint_set
resource "aws_waf_size_constraint_set" "${MyAWSResource}" {
}