Skip to content

Commit

Permalink
Fixed a typo in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwood committed Jan 15, 2019
1 parent 2ebf0cd commit 6bef6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data "azuread_group" "test_group" {

The following arguments are supported:

* `name` - (Required) The UUID of the Azure AD Group we want to lookup.
* `name` - (Required) The Name of the Azure AD Group we want to lookup.

~> **WARNING:** `name` is not unique within Azure Active Directory. The data source will only return the first Group found.

Expand Down

0 comments on commit 6bef6e1

Please sign in to comment.