We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138830a commit cc9d2c5Copy full SHA for cc9d2c5
modules/nacls/README.md
@@ -9,6 +9,7 @@
9
10
| Name | Description | Type | Default | Required |
11
|------|-------------|------|---------|:--------:|
12
+| <a name="input_name"></a> [name](#input\_name) | The name of the subnets to create the NACL for | `string` | n/a | yes |
13
| <a name="input_subnet_count"></a> [subnet\_count](#input\_subnet\_count) | The number of subnets to create the NACL for | `number` | n/a | yes |
14
| <a name="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids) | The subnet IDs to apply the NACL to | `list(string)` | n/a | yes |
15
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to apply to the NACL | `map(string)` | n/a | yes |
0 commit comments