Skip to content

Commit 7c20d4c

Browse files
author
Maharaj Haider
committed
updated feature flag name
resolved merge conflict
1 parent 61facf4 commit 7c20d4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ export const S3_TRUST_KEY_POLICY_FOR_SNS_SUBSCRIPTIONS = '@aws-cdk/s3-notificati
140140
export const EC2_REQUIRE_PRIVATE_SUBNETS_FOR_EGRESSONLYINTERNETGATEWAY = '@aws-cdk/aws-ec2:requirePrivateSubnetsForEgressOnlyInternetGateway';
141141
export const USE_RESOURCEID_FOR_VPCV2_MIGRATION = '@aws-cdk/aws-ec2-alpha:useResourceIdForVpcV2Migration';
142142
export const S3_PUBLIC_ACCESS_BLOCKED_BY_DEFAULT = '@aws-cdk/aws-s3:publicAccessBlockedByDefault';
143-
export const ENABLE_E2_REMOVE_EGRESSONLYGATEWAY_FROM_PUBLIC_SUBNET_VPC = '@aws-cdk/ec2:removeEgressOnlyGatewayFromPublicSubnetVPC';
144143

145144
export const FLAGS: Record<string, FlagInfo> = {
146145
//////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)