This module ill create a IAM policy and group and bind the policy to the group.
Name | Description | Type | Default | Required |
---|---|---|---|---|
create_group | Whether to create the IAM group or not | bool | true | yes |
group_name | The name of the group to bind the policy to | string | n/a | yes |
policy_actions | A List of policy actions | list | n/a | yes |
policy_name | The name of the policy to create | string | n/a | yes |
policy_sid | An ID for the policy statement. It must be alphanumeric characters only | string | n/a | yes |
policy_resources | The resources defined in the policy | list | <list> |
no |