We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e44e39 commit f22806fCopy full SHA for f22806f
outputs.tf
@@ -13,7 +13,7 @@ output "cluster_policies_object" {
13
id = databricks_cluster_policy.this[policy.name].id
14
name = databricks_cluster_policy.this[policy.name].name
15
can_use = policy.can_use
16
- } if policy.definition != null]
+ } if policy.definition != null && var.sku == "premium"]
17
description = "Databricks Cluster Policies object map"
18
}
19
0 commit comments