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
Copy file name to clipboardExpand all lines: modules/shared/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
@@ -12,6 +12,7 @@
12
12
| <aname="input_name"></a> [name](#input\_name)| The name used to prefix resources, and which should be unique |`string`| n/a | yes |
13
13
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to apply to the NACL |`map(string)`| n/a | yes |
14
14
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The VPC ID to provision the subnets in |`string`| n/a | yes |
15
+
| <aname="input_enable_parameter_store"></a> [enable\_parameter\_store](#input\_enable\_parameter\_store)| Whether to share information via the SSM parameter store |`bool`|`true`| no |
15
16
| <aname="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 |
16
17
| <aname="input_permitted_subnets"></a> [permitted\_subnets](#input\_permitted\_subnets)| A collection of additional subnets to allow access to |`list(string)`|`[]`| no |
17
18
| <aname="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