Target account
Example
vars:
cost-center: 12345
budget: 2000
targetsSchema: budget
deploymentGroups:
all:
configSets: security
all/shared:
targets:
- name: infra
deploymentRole: arn:aws:iam::123456789012:role/ExampleAdmin
all/application:
configSets: networking
targetsSchema: environment
deploymentRoleName: deployer
all/application/dev:
targets:
- name: dev-environment
accountId: "222244446666"
- name: sandbox
accountId: "111133335555"
all/application/prod:
targets:
- name: prod-environment
accountId: "333355557777"Last updated
Was this helpful?