Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Updated README for role policy
Browse files Browse the repository at this point in the history
  • Loading branch information
rdunn-Hypr committed Nov 26, 2019
1 parent 120d558 commit a95d537
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions role-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,19 @@ This module creates a IAM policy and attaches the policy to an existing Role.
| role\_name | The name of the role to attach the policy to | string | n/a | yes |
| policy\_resources | The resources defined in the policy | list | `<list>` | no |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| 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 |
| role\_name | The name of the role to attach the policy to | string | n/a | yes |
| policy\_resources | The resources defined in the policy | list | `<list>` | no |

## Outputs

| Name | Description |
|------|-------------|
| policy\_name | The name of the policy created |

0 comments on commit a95d537

Please sign in to comment.