Skip to content

Commit

Permalink
forgot to add linkage SG
Browse files Browse the repository at this point in the history
  • Loading branch information
fredex42 committed Mar 15, 2024
1 parent 6035df9 commit 63ff06b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cdk/lib/concierge-graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,8 @@ export class ConciergeGraphql extends GuStack {
app: props.app ?? "concierge-graphql",
vpc,
});
loadBalancer.addSecurityGroup(linkageSG);

// const subnets:SubnetSelection = {
// subnets:
// }
const subnets = GuVpc.subnets(this, subnetsList.valueAsList);

new HttpGateway(this, "GW", {
Expand Down

0 comments on commit 63ff06b

Please sign in to comment.