Skip to content

Commit

Permalink
test: update integ.nlb-attributes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Apr 26, 2024
1 parent 024f7ed commit 4616172
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 14 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,6 @@
"Key": "load_balancing.cross_zone.enabled",
"Value": "true"
},
{
"Key": "ipv6.deny_all_igw_traffic",
"Value": "true"
},
{
"Key": "dns_record.client_routing_policy",
"Value": "partial_availability_zone_affinity"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ new elbv2.NetworkLoadBalancer(stack, 'NLB', {
vpc,
crossZoneEnabled: true,
deletionProtection: false,
denyAllIgwTraffic: true,
clientRoutingPolicy: elbv2.ClientRoutingPolicy.PARTIAL_AVAILABILITY_ZONE_AFFINITY,
});

new integ.IntegTest(app, 'nlb-attlibutes-integ', {
testCases: [stack],
});

app.synth();

0 comments on commit 4616172

Please sign in to comment.