Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.53 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.53 KB

AWS Role infraci

Creates a role useful for running terraform plan in CI jobs.

Requirements

Name Version
aws < 3.0.0

Providers

Name Version
aws < 3.0.0

Inputs

Name Description Type Default Required
env Env for tagging and naming. See doc string n/a yes
iam_path n/a string "/" no
owner Owner for tagging and naming. See doc string n/a yes
project Project for tagging and naming. See doc string n/a yes
role_name n/a string "infraci" no
saml_idp_arn The AWS SAML IDP arn to establish a trust relationship. Ignored if empty or not provided. string "" no
service Service for tagging and naming. See doc string n/a yes
source_account_id The source AWS account to establish a trust relationship. Ignored if empty or not provided. DEPRECATED: Pleaase use source_account_ids. string "" no
source_account_ids The source AWS account IDs to establish a trust relationship. Ignored if empty or not provided. set(string) [] no
terraform_state_lock_dynamodb_arns ARNs of the state file DynamoDB tables list(string) [] no

Outputs

Name Description
role_name n/a