Skip to content

Commit 6fbe33d

Browse files
committed
Fixed type conversion error on Fargate Task definition
1 parent ad30c75 commit 6fbe33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PetAdoptions/cdk/pet_stack/lib/services/ecs-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export abstract class EcsService extends Construct {
5151
]
5252
});
5353

54-
public readonly taskDefinition: ecs.TaskDefinition;
54+
public readonly taskDefinition: ecs.FargateTaskDefinition;
5555
public readonly service: ecs_patterns.ApplicationLoadBalancedServiceBase;
5656
public readonly container: ecs.ContainerDefinition;
5757

0 commit comments

Comments
 (0)