Skip to content

Commit

Permalink
One more fargate
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Feb 17, 2023
1 parent 527eb04 commit 3b03dbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const existingBucket = defaults.CreateScrapBucket(stack, {

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

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

0 comments on commit 3b03dbe

Please sign in to comment.