File tree Expand file tree Collapse file tree 2 files changed +8
-24
lines changed
Expand file tree Collapse file tree 2 files changed +8
-24
lines changed Original file line number Diff line number Diff line change @@ -521,15 +521,6 @@ Resources:
521521 # Lambda Functions StackSet
522522 LambdaFunctionsStackSet :
523523 Type : AWS::CloudFormation::StackSet
524- DependsOn :
525- - LambdaStackSetExecutionRole
526- - LambdaStackSetAdministrationRole
527- - QuarantineUserRole
528- - FetchCloudLogsRole
529- - RemovePolicyRole
530- - ConfigureResourceAccessRole
531- - CreateVolumeSnapshotsRole
532- - DeleteVolumeSnapshotsRole
533524 Properties :
534525 StackSetName : !Sub sysdig-secure-ra-${NameSuffix}-lambda
535526 AdministrationRoleARN : !GetAtt LambdaStackSetAdministrationRole.Arn
@@ -896,13 +887,6 @@ Resources:
896887 OrganizationDelegateRolesStackSet :
897888 Type : AWS::CloudFormation::StackSet
898889 Condition : IsOrganizational
899- DependsOn :
900- - QuarantineUserRole
901- - FetchCloudLogsRole
902- - RemovePolicyRole
903- - ConfigureResourceAccessRole
904- - CreateVolumeSnapshotsRole
905- - DeleteVolumeSnapshotsRole
906890 Properties :
907891 StackSetName : !Sub sysdig-secure-ra-${NameSuffix}-delegate-roles
908892 Description : Sysdig Response Actions Delegate Roles - Multi-Account Deployment
Original file line number Diff line number Diff line change 66 "aws" : {
77 "crossAccountRoleName" : " {{CrossAccountRoleName}}" ,
88 "regions" : [" {{Regions}}" ],
9- "lambdaNames" : {
10- "quarantineUser" : " {{QuarantineUserLambdaName}}" ,
11- "fetchCloudLogs" : " {{FetchCloudLogsLambdaName}}" ,
12- "removePolicy" : " {{RemovePolicyLambdaName}}" ,
13- "configureResourceAccess" : " {{ConfigureResourceAccessLambdaName}}" ,
14- "createVolumeSnapshots" : " {{CreateVolumeSnapshotsLambdaName}}" ,
15- "deleteVolumeSnapshots" : " {{DeleteVolumeSnapshotsLambdaName}}"
16- }
9+ "lambdaNames" : [
10+ " {{QuarantineUserLambdaName}}" ,
11+ " {{FetchCloudLogsLambdaName}}" ,
12+ " {{RemovePolicyLambdaName}}" ,
13+ " {{ConfigureResourceAccessLambdaName}}" ,
14+ " {{CreateVolumeSnapshotsLambdaName}}" ,
15+ " {{DeleteVolumeSnapshotsLambdaName}}"
16+ ]
1717 }
1818 }
1919 },
You can’t perform that action at this time.
0 commit comments