Skip to content

Commit 0af0b9e

Browse files
committed
docs: updating the readme
1 parent 6548954 commit 0af0b9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/shared/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
| <a name="input_name"></a> [name](#input\_name) | The name used to prefix resources, and which should be unique | `string` | n/a | yes |
1313
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to apply to the NACL | `map(string)` | n/a | yes |
1414
| <a name="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id) | The VPC ID to provision the subnets in | `string` | n/a | yes |
15+
| <a name="input_enable_parameter_store"></a> [enable\_parameter\_store](#input\_enable\_parameter\_store) | Whether to share information via the SSM parameter store | `bool` | `true` | no |
1516
| <a name="input_parameter_store_prefix"></a> [parameter\_store\_prefix](#input\_parameter\_store\_prefix) | The prefix to use for the SSM parameter store | `string` | `"/lz/network/shared"` | no |
1617
| <a name="input_permitted_subnets"></a> [permitted\_subnets](#input\_permitted\_subnets) | A collection of additional subnets to allow access to | `list(string)` | `[]` | no |
1718
| <a name="input_ram_share_prefix"></a> [ram\_share\_prefix](#input\_ram\_share\_prefix) | The prefix to use for the RAM share name | `string` | `"network-share-"` | no |

0 commit comments

Comments
 (0)