Skip to content

Commit

Permalink
Merge pull request #38 from data-platform-hq/ignore_group_id_changes_…
Browse files Browse the repository at this point in the history
…in_entitlements

fix: ignore group_id changes in entitlements
  • Loading branch information
owlleg6 authored Oct 19, 2023
2 parents 0516ddb + 8a40f39 commit df7a297
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,8 @@ resource "databricks_entitlements" "this" {
workspace_access = true

depends_on = [databricks_group_member.this]

lifecycle {
ignore_changes = [group_id]
}
}

0 comments on commit df7a297

Please sign in to comment.