Skip to content

Commit

Permalink
One missed fargate reference
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Feb 17, 2023
1 parent ba253ec commit 527eb04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ addCfnSuppressRules(existingTopic, [ { id: "W47", reason: "Stub topic for placeh

const image = ecs.ContainerImage.fromRegistry('nginx');

const [testService, testContainer] = CreateFargateService(stack,
const createFargateServiceResponse = CreateFargateService(stack,
'test',
existingVpc,
undefined,
Expand Down

0 comments on commit 527eb04

Please sign in to comment.