Skip to content

Commit 8edc16e

Browse files
committed
Remove extra PropagateTags prop from ecs-service
1 parent f213efa commit 8edc16e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/cdk-blue-green-container-deployment/src/ecs-service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ export class EcsService extends Construct implements IConnectable, IEcsService {
147147
rollback: props.circuitBreaker.rollback ?? false,
148148
}
149149
: undefined,
150-
PropagateTags: props.propagateTags
151150
},
152151
PropagateTags: props.propagateTags
153152
},

0 commit comments

Comments
 (0)