Skip to content

Commit be4344e

Browse files
fix(convert-config: set globalServiceEvents to true for multiRegionTrail (#1291)
1 parent c1d949b commit be4344e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference-artifacts/Custom-Scripts/lza-upgrade/src/convert-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)) {

0 commit comments

Comments
 (0)