Skip to content

Commit f4b158c

Browse files
authored
Merge pull request #1802 from slaunay/bugfix/typo-data-iam-group
Fix data IAM group copy paste
2 parents 4dcef20 + edda999 commit f4b158c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/d/iam_group.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "aws"
3-
page_title: "AWS: aws_iam_role"
4-
sidebar_current: "docs-aws-datasource-iam-role"
3+
page_title: "AWS: aws_iam_group"
4+
sidebar_current: "docs-aws-datasource-iam-group"
55
description: |-
66
Get information on a Amazon IAM group
77
---
@@ -28,6 +28,6 @@ data "aws_iam_group" "example" {
2828

2929
* `arn` - The Amazon Resource Name (ARN) specifying the group.
3030

31-
* `path` - The path to the role.
31+
* `path` - The path to the group.
3232

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

0 commit comments

Comments
 (0)