Create IAM Role
Name | Version |
---|---|
terraform | >= 0.14 |
aws | ~> 3.11.0 |
Name | Version |
---|---|
aws | ~> 3.11.0 |
template | n/a |
No Modules.
Name |
---|
aws_iam_policy |
aws_iam_policy_attachment |
aws_iam_role |
template_file |
Name | Description | Type | Default | Required |
---|---|---|---|---|
assume_role_policy | Assume role policy JSON | string |
n/a | yes |
policy_name | Name of the policy | string |
n/a | yes |
policy_template | JSON template describing the permissions | string |
n/a | yes |
prefix | naming prefix | string |
n/a | yes |
role_name | Name of the role | string |
n/a | yes |
role_vars | Variables within the JSON template to be included | map(string) |
n/a | yes |
tags | additional tags | map(string) |
{} |
no |
Name | Description |
---|---|
role_arn | ARN of created role |