Skip to content

Commit e7bcb51

Browse files
authored
1 parent e285d20 commit e7bcb51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/infra/src/constructs/stack.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ export class HookStack extends Stack {
1010
super(scope, id ?? 'HookStack', {
1111
description: 'AWS CodeDeploy hooks',
1212
stackName: 'aws-codedeploy-hooks',
13-
// TODO: set tags
14-
tags: undefined,
1513
terminationProtection: true,
1614
});
1715

0 commit comments

Comments
 (0)