I've searched in the databricks provider and online and couldn't find out if it is possible to set the `Verbose Audit Logs` to `enabled` using Terraform. Can anybody clarify if it is possible?
I've searched and there is no such resource as `databricks_workspace_cluster_policy`Rather this should work:resource "databricks_cluster_policy" "audit_logs_policy" {
name = "Audit Logs Policy"
definition = jsonencode({
"audit_logs": {
...