# This is the central config for `dlz`.

# Account ID of organization master payer, this will be setup as organization # root. It will also act as trusted authority to assume the admin roles from. root_account_id: 123456789012

# Pre-configured external ID to harden access to cross-account admin role. # CHANGE THIS! sts_external_id: 'change-me'

# List of roles which will be assumed by the development teams. `dlz` will deploy # it's own resources and protect them from modification by these roles. restricted_roles:

- ReadOnly
- Developer
- Administrator