Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.5 KB

File metadata and controls

42 lines (31 loc) · 2.5 KB

Requirements

Name Version
terraform >= 1.2.2

Providers

Name Version
aws 5.58.0

Modules

No modules.

Resources

Name Type
aws_iam_role.r resource

Inputs

Name Description Type Default Required
allowed_ip_ranges A list of IP ranges that are allowed to assume the role. list(string) [] no
description The description of the IAM role. string "test" no
iam_role_assume_role_arn The ARN of the role that can assume this role. string "arn:aws:iam::164676829276:role/k8s-production-cortex-control-center-role" no
iam_role_external_id The external ID to use in the assume role policy. string "123468456" no
kms_key_arn The ARN of the KMS key to use in the IAM role policy. string null no
max_session_duration The maximum session duration for the IAM role. number 3600 no
name The name of the IAM role. string "test" no
path The path in which to create the IAM role. string "/" no
policy A list of inline policies to attach to the IAM role.
list(object({
name = string
policy_arn = string
}))
[] no
region The region in which the resources will be created. string "us-east-1" no
s3_bucket_name The name of the S3 bucket to use in the IAM role policy. string n/a yes
tags A map of tags to assign to the resources. map(string) {} no

Outputs

No outputs.