Commit 41d297f
committed
Fix: Remove non-existent cluster_policy_id output
The compute module's outputs.tf was referencing a
databricks_cluster_policy.uc_qs_policy resource that doesn't exist,
causing Terraform errors for all cluster modules (sandbox, dev, prod).
This commit removes the invalid cluster_policy_id output, keeping only
the valid cluster_id output that references the existing
databricks_cluster.example resource.
Fixes terraform errors:
- Error: Reference to undeclared resource
- A managed resource 'databricks_cluster_policy' 'uc_qs_policy' has not been declared1 parent 45de8b2 commit 41d297f
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
0 commit comments