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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
New or Affected Resource(s) or Datasource(s)
ibm_logs_router_tenant
Description
The parameter log_sink_crn is written as follows in the sample code.
Community Note
New or Affected Resource(s) or Datasource(s)
Description
The parameter log_sink_crn is written as follows in the sample code.
log_sink_crn = ibm_resource_instance.logs_instance.target_crn
But this is not work with error
CreateTenantWithContext failed: Bad Request
.This parameter must be as below.
log_sink_crn = ibm_resource_instance.logs_instance.id
The text was updated successfully, but these errors were encountered: