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
Right now the terraform provider only provides databricks_group data resource to query one databricks group at once and it currently does not have "skip_existing" or "skip_change" option.
It would be super helpful to have a databricks_groups data resource enabling users to query all existing groups using one data resource. This addition would facilitate the implementation of more complex logic directly using Terraform code.
Thank you very much!
audunsolemdal, simonvanderveldt and patrickherrera