We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0516ddb + 8a40f39 commit df7a297Copy full SHA for df7a297
1 file changed
iam.tf
@@ -96,4 +96,8 @@ resource "databricks_entitlements" "this" {
96
workspace_access = true
97
98
depends_on = [databricks_group_member.this]
99
+
100
+ lifecycle {
101
+ ignore_changes = [group_id]
102
+ }
103
}
0 commit comments