Open pcsrijith opened 3 months ago
could be related to #3586
@alexott. Thanks for looking into this. However, I was wondering why it was designed this way at the first place. Adding manually the required permissions to any user/groups works without any issues.
it's because databricks_permissions
is authoritative resource - all permissions must be defined in one place. This blog post describes this: https://www.linkedin.com/posts/vuong-nguyen_here-is-something-that-came-up-quite-often-activity-7163117985031790593-9pHI?utm_source=share&utm_medium=member_desktop
There is a github issue to add databricks_permission
, but someone should implement it.
could be related to #3586
Nope, broke on my dev provider with the patch merged as well. Will be looking into what happened tomorrow for us as well.
Configuration
Expected Behavior
Groups to be added along with their respective permissions
Actual Behavior
In Case, any group is already added with
CAN_MANAGE
access, it tries to remove that first before adding, resulting in failure.Steps to Reproduce
CAN_MANAGE
access (except "Admins") to some group.CAN_RUN
access.Terraform and provider versions
Terraform Version: 1.9.3 Databricks provider version 1.49.1
Is it a regression?
Debug Output
Important Factoids
Would you like to implement a fix?
No