Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Globals:
- !Ref LambdaLayer

Resources:
ADFPipelineMangementLambdaBasePolicy:
ADFPipelineManagementLambdaBasePolicy:
Type: "AWS::IAM::ManagedPolicy"
Properties:
Description: "Base policy for all ADF pipeline management lambdas"
Expand Down Expand Up @@ -634,7 +634,7 @@ Resources:
- Name: ORGANIZATION_ID
Value: !Ref OrganizationId
- Name: CLOUDFORMATION_ROLE_ARN
Value: !GetAtt ADFPipelineMangementCloudFormationRole.Arn
Value: !GetAtt ADFPipelineManagementCloudFormationRole.Arn
Type: LINUX_CONTAINER
Source:
Type: NO_SOURCE
Expand Down Expand Up @@ -743,13 +743,13 @@ Resources:
Action:
- 'iam:PassRole'
Resource:
- !GetAtt ADFPipelineMangementCloudFormationRole.Arn
- !GetAtt ADFPipelineManagementCloudFormationRole.Arn
Condition:
StringEqualsIfExists:
'iam:PassedToService':
- cloudformation.amazonaws.com

ADFPipelineMangementCloudFormationRole:
ADFPipelineManagementCloudFormationRole:
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument:
Expand Down