No requirements.
Name | Version |
---|---|
aws | n/a |
No modules.
Name | Type |
---|---|
aws_iam_group.group | resource |
aws_iam_policy.policy | resource |
aws_iam_role_policy_attachment.group-policy-attachment | resource |
aws_caller_identity.current | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
assume_role_policy | IAM assume role policy to use for the IAM Role | string |
n/a | yes |
create_policy | Toggle Creation of Policy | bool |
false |
no |
existing_policy_arn | arn of existing policy | string |
"" |
no |
policy | policy associated with new role | string |
"" |
no |
role_name | Name of the IAM Role. | string |
n/a | yes |
Name | Description |
---|---|
created-iam-group-arn | Arn of IAM group created. |
created-iam-group-id | ID of IAM group created. |
created-iam-group-name | Name of IAM group created. |
policy-arn | ARN of Policy Used. |