Skip to content

Commit eced3f4

Browse files
committed
fix #1
1 parent e00e876 commit eced3f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/workload.ts

+1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ export class Workload extends Construct implements IWorkload {
251251
});
252252
const cfnService = service.node.defaultChild as ecs.CfnService;
253253
cfnService.addDeletionOverride('Properties.NetworkConfiguration');
254+
cfnService.addDeletionOverride('Properties.DeploymentConfiguration.Alarms');
254255

255256
// -----------------------------
256257
// Output

0 commit comments

Comments
 (0)