Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.63 KB

File metadata and controls

46 lines (33 loc) · 1.63 KB

IAM role

Create a IAM role and manage it's attached policies

Requirements

Name Version
terraform ~> 1.3
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Providers

Name Version
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
aws_iam_policy.policy resource
time_static.last_update resource

Inputs

Name Description Type Default Required
customer Customer applied to this instance string "" no
name Name applied to this instance string "myIAMpolicy" no
policy IAM policy document content string n/a yes
tags Tags applied to this instance map(string)
{
"ManagedBy": "terraform"
}
no

Outputs

Name Description
arn AWS IAM policy arn