Disabling Default Personal Compute Policy in Terraform (AWS)

wsunwall
New Contributor II

I'm looking to disable the Personal Compute Policy in Terraform, however I don't see an option to do this. According to this documentation here https://docs.databricks.com/en/admin/clusters/personal-compute.html#customize-the-personal-compute-p... this can be disabled at the workspace level manually.

I've attempted overriding the default compute policy via the terraform docs here https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/cluster_policy#o... which works great for creating a new policy based on the default policy, but does not overwrite it.

Is the ability to disable the default personal compute policy available in terraform, or is this constrained to the API / manual settings?