The terraform plan should only show changes related to removal of the spark config
The terraform plan should not show any changes to cluster permissions as none were made.
Actual Behavior
The terraform plan is showing changes to cluster permissions even though none were made. This is repeated for every cluster in our configuration despite no changes being made. This output spams our plans and makes it very difficult to assess the impact of changes given the large amount of spam in the plan that needs to be carefully assessed. As you can see, all cluster permission except "TF_Email" are repealed to null and then set again even though no changes were made.
Steps to Reproduce
Create a cluster via "databricks_cluster".
Assign some cluster "databricks_permissions" to a user, group, or service principal.
Change something on the cluster that is unrelated to cluster permissions (eg: remove a spark config or change node type)
Note the terraform plan states permission changes were made to "databricks_permissions" despite the change being unrelated to cluster permissions.
Configuration
Expected Behavior
The terraform plan should only show changes related to removal of the spark config The terraform plan should not show any changes to cluster permissions as none were made.
Actual Behavior
The terraform plan is showing changes to cluster permissions even though none were made. This is repeated for every cluster in our configuration despite no changes being made. This output spams our plans and makes it very difficult to assess the impact of changes given the large amount of spam in the plan that needs to be carefully assessed. As you can see, all cluster permission except "TF_Email" are repealed to null and then set again even though no changes were made.
Steps to Reproduce
Terraform and provider versions
Is it a regression?
No, I don't believe this ever worked.
Debug Output
Will include in support ticket.
Important Factoids
No
Would you like to implement a fix?
No