We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101ad14 commit 4ca1855Copy full SHA for 4ca1855
reference-artifacts/Custom-Scripts/lza-upgrade/src/convert-config.ts
@@ -3778,7 +3778,7 @@ export class ConvertAseaConfig {
3778
});
3779
3780
//Add partition for LZA naming of vpc flow logs if there was an entry for vpcflowlogs in ASEA config
3781
- if(partitions?.filter((partition) => partition.s3Prefix === 'vpcflowlogs')) {
+ if(partitions?.some((partition) => partition.s3Prefix === 'vpcflowlogs')) {
3782
lzaPartitions?.push({
3783
logGroupPattern: `*VpcFlowLogs*`,
3784
s3Prefix: 'vpcflowlogs',
0 commit comments