Skip to content

Commit

Permalink
update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Nov 28, 2023
1 parent 9062e86 commit fff5f84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cdk/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ const stack = new EtlPipeline(app, "lcs-etl-pipeline", {
// });


cdk.Tags.of(stack).add('Project', 'lcs')
cdk.Tags.of(stack).add('project', 'openaq')
cdk.Tags.of(stack).add('product', 'lcs-fetch')
cdk.Tags.of(stack).add('env', 'prod')
// cdk.Tags.of(testingStack).add('Project', 'lcs-testing')

0 comments on commit fff5f84

Please sign in to comment.