diff --git a/uc-quickstart/utils/modules/compute/outputs.tf b/uc-quickstart/utils/modules/compute/outputs.tf index 65e0e46b..e1670f99 100644 --- a/uc-quickstart/utils/modules/compute/outputs.tf +++ b/uc-quickstart/utils/modules/compute/outputs.tf @@ -2,9 +2,3 @@ output "cluster_id" { description = "ID of the created cluster" value = databricks_cluster.example.id } - -output "cluster_policy_id" { - description = "ID of the created cluster policy" - value = databricks_cluster_policy.uc_qs_policy.id -} -