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
Error: cannot create permissions: Cannot modify permissions of directory 357400256613881
with databricks_permissions.directory_shared_430507847510155,
on access.tf line 68, in resource "databricks_permissions" "directory_shared_430507847510155":
68: resource "databricks_permissions" "directory_shared_430507847510155" {
The text was updated successfully, but these errors were encountered:
Current Permissions API doesn't allow change of the permissions for the `/Shared` folder,
so when we generate a permission resource for it, we get Terraform error.
fixes#2269
Current Permissions API doesn't allow change of the permissions for the `/Shared` folder,
so when we generate a permission resource for it, we get Terraform error.
fixes#2269
…#2288)
Current Permissions API doesn't allow change of the permissions for the `/Shared` folder,
so when we generate a permission resource for it, we get Terraform error.
fixes#2269
The Experimental exporter generates permissions for the /shared directory in the databricks workspace.
As a result, the
terraform apply
operation tries to apply permissions - such an operation is not supported.The following resource definition
leads to this error
The text was updated successfully, but these errors were encountered: