Data Source: aws_iam_group

This data source can be used to fetch information about a specific IAM group. By using this data source, you can reference IAM group properties without having to hard code ARNs as input.

Example Usage

data "aws_iam_group" "example" {
  group_name = "an_example_group_name"
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

users