oasys / terraform-aws-iam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS IAM ROLE

Create IAM Role

Requirements

Name Version
terraform >= 0.14
aws ~> 3.11.0

Providers

Name Version
aws ~> 3.11.0
template n/a

Modules

No Modules.

Resources

Name
aws_iam_policy
aws_iam_policy_attachment
aws_iam_role
template_file

Inputs

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

Outputs

Name Description
role_arn ARN of created role

About


Languages

Language:HCL 100.0%