Hi, We're using databricks provider v1.49.1 to manager our Azure databricks cluster and other resources. Having an issue setting permissions with the databricks terraform resource "databricks_permissions" where the error indicates that the cluster-policy does not exist when, in fact, it does. We've tried deleting and recreating the related cluster policy but it has no effect. State file shows that cluster-policy 00167DF0D0FC59F8 does exist. Any suggestions on how to sync our state file with the databricks infrastructure or some other method to clear this condition would be would be much appreciated.
ERROR OUTPUT FROM TERRAFORM CLOUD UI APPLY:
Error: cannot create permissions: cluster-policy 00167DF0D0FC59F8 does not exist
with databricks_permissions.all_purpose_cluster_policy_usage
on databricks.tf line 226, in resource "databricks_permissions" "all_purpose_cluster_policy_usage":resource "databricks_permissions" "all_purpose_cluster_policy_usage" {