Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 633 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 633 Bytes

AWS IAM Role security-audit

This will create a role for doing security audits, assumeable from source_account_id.

Example

module "group" {
  source = "github.com/chanzuckerberg/cztack/aws-iam-group-assume-role?ref=v0.14.0"

  source_account_id = "..."
}

Inputs

Name Description Type Default Required
iam_path string "/" no
role_name The name of this role. string "security-audit" no
source_account_id The AWS account from which this role should be assumeable. string n/a yes