Skip to content

Commit

Permalink
Update load_test_stack.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed Sep 26, 2023
1 parent 0a88ab0 commit 850c347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/load_test_stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class LoadTestStack extends Stack {
// https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html
new ServiceLinkedRole(this, 'EcsSlr', {
awsServiceName: 'ecs.amazonaws.com',
});
});

const cluster = new ecs.Cluster(this, 'Cluster', {
vpc,
Expand Down

0 comments on commit 850c347

Please sign in to comment.