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
feat: The service_credentials_source_service_role input has now been replaced by service_credentials_source_service_role_crn to allow consumers to create service specific roles. For example: service_credentials_source_service_role_crn = "crn:v1:bluemix:public:cloud-object-storage::::serviceRole:ObjectReader" (#250)
Copy file name to clipboardExpand all lines: 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
@@ -196,7 +196,7 @@ No modules.
196
196
| <aname="input_service_credentials_parameters"></a> [service\_credentials\_parameters](#input\_service\_credentials\_parameters)| List of all custom parameters for service credential. |`map(string)`|`null`| no |
197
197
| <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 |
198
198
| <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 |
199
-
| <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 |
199
+
| <aname="input_service_credentials_source_service_role_crn"></a> [service\_credentials\_source\_service\_role\_crn](#input\_service\_credentials\_source\_service\_role\_crn)| The CRN for the role to give the service credential in the source service. See https://cloud.ibm.com/iam/roles|`string`|`null`| no |
200
200
| <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 |
service_credentials_validate_msg="When creating a service_credentials secret, values for `service_credentials_source_service_crn` and `service_credentials_source_service_role` are required."
service_credentials_validate_msg="When creating a service_credentials secret, values for `service_credentials_source_service_crn` and `service_credentials_source_service_role_crn` are required."
0 commit comments