When I create a Databricks Cluster Policy from the UI, I can choose a Policy Family. This Policy Family let's us have a base template JSON, which we can then override by passing custom JSON tags of our own. It works fine.
When I create a similar policy from Terraform using databricks_cluster_policy resource type, I have to pass the full JSON with all the tags. How can I choose a Policy Family from Terraform script, so that I dont have to pass a large JSON and I can only pass the few JSON tags that I need to customize the policy with?