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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,6 @@ No modules.
200
200
| <aname="input_ignore_value_changes"></a> [ignore\_value\_changes](#input\_ignore\_value\_changes)| Whether to create SSM Parameter and ignore changes in value |`bool`|`false`| no |
201
201
| <aname="input_key_id"></a> [key\_id](#input\_key\_id)| KMS key ID or ARN for encrypting a parameter (when type is SecureString) |`string`|`null`| no |
202
202
| <aname="input_name"></a> [name](#input\_name)| Name of SSM parameter |`string`|`null`| no |
203
-
| <aname="input_overwrite"></a> [overwrite](#input\_overwrite)| Whether to allow overwrite an existing parameter |`string`|`null`| no |
204
203
| <aname="input_secure_type"></a> [secure\_type](#input\_secure\_type)| Whether the type of the value should be considered as secure or not? |`bool`|`false`| no |
205
204
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to resources |`map(string)`|`{}`| no |
206
205
| <aname="input_tier"></a> [tier](#input\_tier)| Parameter tier to assign to the parameter. If not specified, will use the default parameter tier for the region. Valid tiers are Standard, Advanced, and Intelligent-Tiering. Downgrading an Advanced tier parameter to Standard will recreate the resource. |`string`|`null`| no |
@@ -212,7 +211,7 @@ No modules.
212
211
213
212
| Name | Description |
214
213
|------|-------------|
215
-
| <aname="output_insecure_value"></a> [insecure\_value](#output\_insecure\_value)| Insecure value of the parameter after jsondecode() |
214
+
| <aname="output_insecure_value"></a> [insecure\_value](#output\_insecure\_value)| Insecure value of the parameter |
216
215
| <aname="output_raw_value"></a> [raw\_value](#output\_raw\_value)| Raw value of the parameter (as it is stored in SSM). Use 'value' output to get jsondecode'd value |
217
216
| <aname="output_secure_type"></a> [secure\_type](#output\_secure\_type)| Whether SSM parameter is a SecureString or not? |
218
217
| <aname="output_secure_value"></a> [secure\_value](#output\_secure\_value)| Secure value of the parameter |
Copy file name to clipboardExpand all lines: examples/complete/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ No inputs.
52
52
53
53
| Name | Description |
54
54
|------|-------------|
55
-
| <aname="output_insecure_value"></a> [insecure\_value](#output\_insecure\_value)| Insecure value of the parameter after jsondecode() |
55
+
| <aname="output_insecure_value"></a> [insecure\_value](#output\_insecure\_value)| Insecure value of the parameter |
56
56
| <aname="output_raw_value"></a> [raw\_value](#output\_raw\_value)| Raw value of the parameter (as it is stored in SSM). Use 'value' output to get jsondecode'd value |
57
57
| <aname="output_secure_type"></a> [secure\_type](#output\_secure\_type)| Whether SSM parameter is a SecureString or not? |
58
58
| <aname="output_secure_value"></a> [secure\_value](#output\_secure\_value)| Secure value of the parameter |
0 commit comments