-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-deploy.toml
More file actions
22 lines (16 loc) · 713 Bytes
/
config-deploy.toml
File metadata and controls
22 lines (16 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Deployment configuration
repo-name = "Foundation-AWS-Core-SSO-Configuration"
part-of = 'foundation'
[[Script]]
name = 'sync-groups'
args = [['--group-prefix', '{group-prefix}'],
['--config-dir', '../Installer/apps/foundation/sso-config/sso_groups']]
[[Script]]
name = 'sync-permission-sets'
args = [['--config-dir', '../Installer/apps/foundation/sso-config/sso_permission_sets']]
[[Script]]
name = 'sync-accounts'
args = [['--group-prefix', '{group-prefix}'],
['--accounts', '../Installer/apps//accounts.toml'],
['--config-dir', '../Installer/apps/foundation/sso-config/accounts'],
]