We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cb9a2c + 141f530 commit 4f20f60Copy full SHA for 4f20f60
src/stackset_roles/template.yml
@@ -220,7 +220,7 @@ Resources:
220
Statement:
221
- Effect: Allow
222
Principal:
223
- AWS: !Sub "arn:${AWS::Partition}:iam::${pManagementAccountId}:root"
+ AWS: !Sub "arn:${AWS::Partition}:iam::${pManagementAccountId}:role/AWSCloudFormationStackSetAdministrationRole"
224
Action: "sts:AssumeRole"
225
Description: !Sub "DO NOT DELETE - Used by CloudFormation StackSets. Created by CloudFormation ${AWS::StackId}"
226
ManagedPolicyArns:
0 commit comments