Skip to content

Commit

Permalink
Fix reference to deployment account id
Browse files Browse the repository at this point in the history
  • Loading branch information
sbkok committed Jul 24, 2023
1 parent b6330a1 commit 15afb0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ Resources:
- !GetAtt PipelineManagementApplication.Outputs.CreateRepositoryLambdaRoleArn
- !GetAtt PipelineManagementApplication.Outputs.CreateOrUpdateRuleLambdaRoleArn
Principal:
AWS: !Sub arn:${AWS::Partition}:iam::${DeploymentAccountId}:root
AWS: !Sub arn:${AWS::Partition}:iam::${AWS::AccountId}:root
Action:
- sts:AssumeRole
Path: /
Expand Down

0 comments on commit 15afb0a

Please sign in to comment.