## Module functionality
This module takes a list of strings containing JSON IAM policies, and merge it into a one policy by concatinating it. It helps to avoid limit of 10 attached policies per role.

## Providers

| Name | Version |
|------|---------|
| aws | n/a |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| name | The name of the merged policy | `string` | n/a | yes |
| source\_policies | List of JSONs with source policies. | `list(string)` | n/a | yes |

## Outputs

| Name | Description |
|------|-------------|
| decoded\_statements | List of decoded statements (for debugging) |
| policy | Merged policy aws resource object |
