child_account.tf 329 B

123456789
  1. module "iam_roles" {
  2. source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/iam/child_account_roles?ref=v0.0.1"
  3. TODO: Replace with correct alias
  4. account_alias = "afs-mdr-TODO-TODO"
  5. assume_role_trusted_arns = [
  6. "arn:aws-us-gov:iam::701290387780:role/user/mdr_engineer_readonly",
  7. ]
  8. }