Skip to content

Commit 427b4a2

Browse files
author
Maharaj Haider
committed
added feature flag to vpc dual stack change
1 parent 6b8d59f commit 427b4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/cx-api/lib/features.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ export const FLAGS: Record<string, FlagInfo> = {
15821582
detailsMd: `
15831583
When this feature flag is enabled, EgressOnlyGateway resource will not be created when you create a vpc with only public subnets. A
15841584
`,
1585-
introducedIn: { v2: '2.196.0' },
1585+
introducedIn: { v2: 'V2NEXT' },
15861586
defaults: { v2: false },
15871587
recommendedValue: true,
15881588
},

0 commit comments

Comments
 (0)