Skip to content

Commit

Permalink
Use current, unquoted references to lifecycle properties (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Jan 29, 2023
1 parent bdbd007 commit 91d60b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ resource "azuread_group" "group" {
ignore_changes = [
// The following fields only have an effect on initial provisioning of the group.
// When importing existing resources, these would trigger a replacement of the imported resource.
"behaviors",
"provisioning_options",
behaviors,
provisioning_options,
]
}

Expand Down

0 comments on commit 91d60b2

Please sign in to comment.