Skip to content

Commit

Permalink
Merge pull request #858 from hashicorp/docs/group-dynamic-membership-…
Browse files Browse the repository at this point in the history
…rule

Docs: azuread_group.dynamic_membership.rule is required, not optional
  • Loading branch information
manicminer authored Aug 25, 2022
2 parents 74cd996 + 4c307f2 commit 4360e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The following arguments are supported:
`dynamic_membership` block supports the following:

* `enabled` - (Required) Whether rule processing is "On" (true) or "Paused" (false).
* `rule` - (Optional) The rule that determines membership of this group. For more information, see official documentation on [membership rules syntax](https://docs.microsoft.com/en-gb/azure/active-directory/enterprise-users/groups-dynamic-membership).
* `rule` - (Required) The rule that determines membership of this group. For more information, see official documentation on [membership rules syntax](https://docs.microsoft.com/en-gb/azure/active-directory/enterprise-users/groups-dynamic-membership).

~> **Dynamic Group Memberships** Remember to include `DynamicMembership` in the set of `types` for the group when configuring a dynamic membership rule. Dynamic membership is a premium feature which requires an Azure Active Directory P1 or P2 license.

Expand Down

0 comments on commit 4360e46

Please sign in to comment.