Skip to content

Commit

Permalink
fix attribute name & add data type to document
Browse files Browse the repository at this point in the history
  • Loading branch information
teraken0509 committed Nov 8, 2019
1 parent cd909d1 commit a81380b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/iam_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ data "aws_iam_group" "example" {

* `group_id` - The stable and unique string identifying the group.

* `members` - The member of group. See supported fields below.
* `users` - List of objects containing group member information. See supported fields below.

### `members`
### `users`

* `arn` - The Amazon Resource Name (ARN) specifying the iam user.

Expand Down

0 comments on commit a81380b

Please sign in to comment.