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
@@ -192,6 +192,7 @@ No modules.
192
192
| <aname="input_secret_username"></a> [secret\_username](#input\_secret\_username)| Username of the secret to create. Applies only to `username_password` secret types. When `null`, an `arbitrary` secret is created. |`string`|`null`| no |
193
193
| <aname="input_secrets_manager_guid"></a> [secrets\_manager\_guid](#input\_secrets\_manager\_guid)| The instance ID of the Secrets Manager instance where the secret will be added. |`string`| n/a | yes |
194
194
| <aname="input_service_credentials_source_service_crn"></a> [service\_credentials\_source\_service\_crn](#input\_service\_credentials\_source\_service\_crn)| The CRN of the source service instance to create the service credential. |`string`|`null`| no |
195
+
| <aname="input_service_credentials_source_service_hmac"></a> [service\_credentials\_source\_service\_hmac](#input\_service\_credentials\_source\_service\_hmac)| The optional boolean parameter HMAC for creating specific kind of credentials. For more information see https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/sm_service_credentials_secret#parameters|`bool`|`false`| no |
195
196
| <aname="input_service_credentials_source_service_role"></a> [service\_credentials\_source\_service\_role](#input\_service\_credentials\_source\_service\_role)| The role to give the service credential in the source service. |`string`|`null`| no |
196
197
| <aname="input_service_credentials_ttl"></a> [service\_credentials\_ttl](#input\_service\_credentials\_ttl)| The time-to-live (TTL) to assign to generated service credentials (in seconds). |`number`|`"7776000"`| no |
description="The optional boolean parameter HMAC for creating specific kind of credentials. For more information see https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/sm_service_credentials_secret#parameters"
0 commit comments