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
The users group is a pseudogroup of all users in Databricks, which you should never explicitly add users to. The provider should forbid this.
Actual Behavior
This works fine. The problem comes when you try to destroy the membership resource: The Databricks API forbids this and so terraform destroy will fail.
Steps to Reproduce
terraform apply
terraform destroy
Terraform and provider versions
Terraform v1.0.11
on linux_amd64
+ provider registry.terraform.io/databrickslabs/databricks v0.4.7
The text was updated successfully, but these errors were encountered:
Configuration
Expected Behavior
The
users
group is a pseudogroup of all users in Databricks, which you should never explicitly add users to. The provider should forbid this.Actual Behavior
This works fine. The problem comes when you try to destroy the membership resource: The Databricks API forbids this and so
terraform destroy
will fail.Steps to Reproduce
terraform apply
terraform destroy
Terraform and provider versions
The text was updated successfully, but these errors were encountered: