As the accounts section of your manifest file increases you can find some duplication. The following sections explain
how to deal with this
Duplicate account details
You may find you have many accounts and OUs with the same default region and enabled regions:
If you want to roll out a new region you will have to update each of these entries. Instead you can use the accounts
sub section of the defaults section of the manifest file to declare the defaults for each account:
You can now omit the default_region and regions_enabled sections of your accounts:
If you specify a default_region wihtin the defaults.accounts section and an account within the accounts section
specifies its own default_region the accounts section value will be used. The same is true for any values set within
the defaults.accounts section - there is no append or merge behaviour.