Skip to content

Commit 77324dc

Browse files
committed
updated README.md
1 parent c1fecf0 commit 77324dc

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

modules/ip-set/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<!-- BEGIN_TF_DOCS -->
22
## Requirements
33

4-
No requirements.
4+
| Name | Version |
5+
|------|---------|
6+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.6 |
7+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.51.0 |
58

69
## Providers
710

811
| Name | Version |
912
|------|---------|
10-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
13+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.51.0 |
1114

1215
## Modules
1316

@@ -24,9 +27,10 @@ No modules.
2427
| Name | Description | Type | Default | Required |
2528
|------|-------------|------|---------|:--------:|
2629
| <a name="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-
| <a name="input_description"></a> [description](#input\_description) | (Optional) A friendly description of the IP set. | `string` | n/a | yes |
30+
| <a name="input_description"></a> [description](#input\_description) | (Optional) A friendly description of the IP set. | `string` | `null` | no |
2831
| <a name="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 |
2932
| <a name="input_name"></a> [name](#input\_name) | (Required) A friendly name of the IP set. | `string` | n/a | yes |
33+
| <a name="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 |
3034
| <a name="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 |
3135
| <a name="input_tags"></a> [tags](#input\_tags) | Mapping of additional tags for resource. | `map(string)` | `null` | no |
3236

modules/rule-group/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ No modules.
2929
| <a name="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 |
3030
| <a name="input_description"></a> [description](#input\_description) | (Optional) Friendly description of the WebACL. | `string` | `null` | no |
3131
| <a name="input_name"></a> [name](#input\_name) | (Required) Friendly name of the WebACL. | `string` | n/a | yes |
32+
| <a name="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 |
3233
| <a name="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 |
3334
| <a name="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 |
3435
| <a name="input_tags"></a> [tags](#input\_tags) | (Optional) Map of key-value pairs to associate with the resource. | `map(string)` | `null` | no |

0 commit comments

Comments
 (0)