You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_addresses"></a> [addresses](#input\_addresses)| (Required) Contains an array of strings that specify one or more IP addresses or blocks of IP addresses in Classless Inter-Domain Routing (CIDR) notation. AWS WAF supports all address ranges for IP versions IPv4 and IPv6. |`list(string)`| n/a | yes |
27
-
| <aname="input_description"></a> [description](#input\_description)| (Optional) A friendly description of the IP set. |`string`|n/a|yes|
30
+
| <aname="input_description"></a> [description](#input\_description)| (Optional) A friendly description of the IP set. |`string`|`null`|no|
28
31
| <aname="input_ip_address_version"></a> [ip\_address\_version](#input\_ip\_address\_version)| (Required) Specify IPV4 or IPV6. Valid values are IPV4 or IPV6. |`string`| n/a | yes |
29
32
| <aname="input_name"></a> [name](#input\_name)| (Required) A friendly name of the IP set. |`string`| n/a | yes |
33
+
| <aname="input_region"></a> [region](#input\_region)| (Optional) Region where this resource will be managed. Defaults to the Region set in the provider configuration. |`string`|`null`| no |
30
34
| <aname="input_scope"></a> [scope](#input\_scope)| (Required) Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are CLOUDFRONT or REGIONAL. |`string`| n/a | yes |
31
35
| <aname="input_tags"></a> [tags](#input\_tags)| Mapping of additional tags for resource. |`map(string)`|`null`| no |
Copy file name to clipboardExpand all lines: modules/rule-group/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ No modules.
29
29
| <aname="input_capacity"></a> [capacity](#input\_capacity)| (Required, Forces new resource) The web ACL capacity units (WCUs) required for this rule group. |`number`| n/a | yes |
30
30
| <aname="input_description"></a> [description](#input\_description)| (Optional) Friendly description of the WebACL. |`string`|`null`| no |
31
31
| <aname="input_name"></a> [name](#input\_name)| (Required) Friendly name of the WebACL. |`string`| n/a | yes |
32
+
| <aname="input_region"></a> [region](#input\_region)| (Optional) Region where this resource will be managed. Defaults to the Region set in the provider configuration. |`string`|`null`| no |
32
33
| <aname="input_rule"></a> [rule](#input\_rule)| (Optional) Rule blocks used to identify the web requests that you want to allow, block, or count. |`any`| n/a | yes |
33
34
| <aname="input_scope"></a> [scope](#input\_scope)| (Required) Specifies whether this is for an AWS CloudFront distribution or for a regional application |`string`| n/a | yes |
34
35
| <aname="input_tags"></a> [tags](#input\_tags)| (Optional) Map of key-value pairs to associate with the resource. |`map(string)`|`null`| no |
0 commit comments