Skip to content

Commit 03f7f8d

Browse files
authored
Merge pull request #138 from wchaws/dev2
fix: enableECSManagedTags
2 parents a186e14 + 06a0cf7 commit 03f7f8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

source/constructs/lib/ecs-image-handler.ts

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export class ECSImageHandler extends Construct {
4242
memoryLimitMiB: 8 * GB,
4343
minHealthyPercent: 100,
4444
maxHealthyPercent: 200,
45+
propagateTags: ecs.PropagatedTagSource.SERVICE,
46+
enableECSManagedTags: true,
4547
publicLoadBalancer: getEnablePublicALB(this),
4648
taskSubnets: {
4749
subnets: taskSubnets,

source/constructs/test/__snapshots__/ecs-image-handler.test.ts.snap

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)