| Name | Version |
|---|---|
| terraform | ~> 1.0 |
| aws | ~> 5.0 |
| Name | Version |
|---|---|
| aws | 5.100.0 |
No modules.
| Name | Type |
|---|---|
| aws_iam_policy.this | resource |
| aws_iam_policy_document.this | data source |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| policy_name | The name of the IAM policy. | string |
n/a | yes |
| tags | A map of tags to assign to the IAM policy. | map(string) |
{} |
no |
| policy_statement | The policy statement in JSON format. | map(object({ |
n/a | yes |
| Name | Description |
|---|---|
| policy_arn | The ARN of the IAM policy. |
| policy_name | The name of the IAM policy. |
| policy_id | The ID of the IAM policy. |
| policy_document | The policy document in JSON format. |
| policy_tags | The tags applied to the IAM policy. |