File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
reference-artifacts/Custom-Scripts/lza-upgrade/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ export class ConvertAseaConfig {
749749 organizationTrail : true ,
750750 organizationTrailSettings : {
751751 multiRegionTrail : true ,
752- globalServiceEvents : false ,
752+ globalServiceEvents : true ,
753753 managementEvents : false ,
754754 s3DataEvents : true ,
755755 lambdaDataEvents : false ,
@@ -2973,7 +2973,7 @@ export class ConvertAseaConfig {
29732973 sourceVpcConfig = this . vpcConfigs . find ( ( { vpcConfig } ) => vpcConfig . name === source . vpc ) ;
29742974 }
29752975 if ( SecurityGroupSourceConfig . is ( source ) ) {
2976- lzaRule . sources . push ( {
2976+ lzaRule . sources . push ( {
29772977 securityGroups : source [ 'security-group' ] . map ( securityGroupName ) ,
29782978 } ) ;
29792979 } else if ( SubnetSourceConfig . is ( source ) ) {
You can’t perform that action at this time.
0 commit comments