Skip to content

Commit 58a5b1f

Browse files
committed
Add accountId tag to app
1 parent 515e02b commit 58a5b1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cdk/bin/EpsAssistMeApp.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ const app = new App()
1010
- stackName
1111
- version
1212
- commit
13-
- logRetentionInDays
14-
- logLevel
1513
*/
1614

1715
const accountId = app.node.tryGetContext("accountId")
@@ -22,6 +20,7 @@ const commit = app.node.tryGetContext("commitId")
2220
Aspects.of(app).add(new AwsSolutionsChecks({verbose: true}))
2321

2422
Tags.of(app).add("cdkApp", "EpsAssistMe")
23+
Tags.of(app).add("accountId", accountId)
2524
Tags.of(app).add("stackName", stackName)
2625
Tags.of(app).add("version", version)
2726
Tags.of(app).add("commit", commit)

0 commit comments

Comments
 (0)