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: 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
@@ -202,6 +202,7 @@ For automated tests of the complete example using [bats](https://github.com/bats
202
202
| <aname="input_security_group_description"></a> [security\_group\_description](#input\_security\_group\_description)| The description to assign to the created Security Group.<br/>Warning: Changing the description causes the security group to be replaced. |`string`|`"Managed by Terraform"`| no |
203
203
| <aname="input_security_group_name"></a> [security\_group\_name](#input\_security\_group\_name)| The name to assign to the created security group. Must be unique within the VPC.<br/>If not provided, will be derived from the `null-label.context` passed in.<br/>If `create_before_destroy` is true, will be used as a name prefix. |`list(string)`|`[]`| no |
204
204
| <aname="input_ssm_parameter_name_format"></a> [ssm\_parameter\_name\_format](#input\_ssm\_parameter\_name\_format)| SSM parameter name format |`string`|`"/%s/%s"`| no |
205
+
| <aname="input_ssm_parameters_enabled"></a> [ssm\_parameters\_enabled](#input\_ssm\_parameters\_enabled)| Whether to create SSM parameters for MQ users and passwords |`bool`|`true`| no |
205
206
| <aname="input_ssm_path"></a> [ssm\_path](#input\_ssm\_path)| The first parameter to substitute in `ssm_parameter_name_format`|`string`|`"mq"`| no |
206
207
| <aname="input_stage"></a> [stage](#input\_stage)| ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'build', 'test', 'deploy', 'release' |`string`|`null`| no |
207
208
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| List of VPC subnet IDs |`list(string)`| n/a | yes |
0 commit comments