9 lines
265 B
Bash
9 lines
265 B
Bash
# Parent AWS profile for Organizations and SSO login
|
|
AWS_PARENT_PROFILE=dxw.admin
|
|
|
|
# AWS Organization Unit IDs to scan (comma-separated)
|
|
OU_IDS=ou-h0vo-32wgvd6w,ou-h0vo-0waugyoz
|
|
|
|
# AWS Account IDs to skip (comma-separated)
|
|
# SKIP_ACCOUNTS=123456789012,987654321098
|