We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dcef20 + edda999 commit f4b158cCopy full SHA for f4b158c
website/docs/d/iam_group.html.markdown
@@ -1,7 +1,7 @@
1
---
2
layout: "aws"
3
-page_title: "AWS: aws_iam_role"
4
-sidebar_current: "docs-aws-datasource-iam-role"
+page_title: "AWS: aws_iam_group"
+sidebar_current: "docs-aws-datasource-iam-group"
5
description: |-
6
Get information on a Amazon IAM group
7
@@ -28,6 +28,6 @@ data "aws_iam_group" "example" {
28
29
* `arn` - The Amazon Resource Name (ARN) specifying the group.
30
31
-* `path` - The path to the role.
+* `path` - The path to the group.
32
33
* `group_id` - The stable and unique string identifying the group.
0 commit comments