-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-adfconfig.yml
More file actions
19 lines (17 loc) · 912 Bytes
/
example-adfconfig.yml
File metadata and controls
19 lines (17 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
roles:
cross-account-access: OrganizationAccountAccessRole # The role by ADF to assume cross account access
regions:
deployment-account: eu-central-1 # The region you define as your main deployment region
targets: # A list of regions you wish to bootstrap and also deploy into via pipelines (Other than the Deployment Account region)
- eu-west-1
config:
main-notification-endpoint:
- type: email # slack or email
target: jon.doe@email.com # Email/Slack channel who receives notifications for the main bootstrapping pipeline
moves:
- name: to-root
action: safe # Can be safe or remove-base (see docs)
scp:
keep-default-scp: enabled # determines if the default AWSFullAccess SCP stays attached to all OU's
scm: # Source control management, if true and using codecommit as source the repository will be automatically created
auto-create-repositories: enabled