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
securable_type - Type of securable. Can be catalog, external-location or storage-credential. Default to catalog. Change forces creation of a new resource.
Code shows:
Error: expected securable_type to be one of ["catalog" "external_location" "storage_credential"], got external-location
List of things to potentially add/remove
This is a list of things to manipulate in the docs:
storage-credential --> storage_credential
external-location --> external_location
The text was updated successfully, but these errors were encountered:
I believe this should also resolve the below error :
Error: expected securable_type to be one of ["catalog" "external_location" "storage_credential"], got credential
The API supports it, but the current version of the provider doesn't, this PR #4293 should help address that.
FYI, I am trying to create a service credential with a workspace binding, for a Managed Identity (azurerm_databricks_access_connector) as a Secrets User on an Azure Key Vault.
Question, do we know when you are planning to merge this PR ? And a timeline on the release this change will be part of ?
Affected Resource(s)
https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/workspace_binding#securable_type-1
Expected Details
Docs shows:
securable_type - Type of securable. Can be catalog, external-location or storage-credential. Default to catalog. Change forces creation of a new resource.
Code shows:
Error: expected securable_type to be one of ["catalog" "external_location" "storage_credential"], got external-location
List of things to potentially add/remove
This is a list of things to manipulate in the docs:
The text was updated successfully, but these errors were encountered: