There are two options to specify to which account Takomo should deploy stacks defined in a deployment target's config sets.
The first option takes precedence over the second one.
Let's specify target accounts for our deployment targets.
The infra deployment target uses the deploymentRole
property to set the IAM role Takomo should use to deploy its configurations. The value for the deploymentRole
property is complete IAM role ARN which also includes the target account id.
The rest of the deployment targets belong under the all/application deployment group in the deployment groups hierarchy. Therefore, they inherit the deploymentRoleName
property defined by the all/application deployment group. Each target then specifies the accountId
property, which Takomo combines with the deploymentRoleName property to form the complete ARN for the deployment role.