Skip to content

Commit

Permalink
Add PropagatedTagSource.SERVICE in aws service
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecastelli committed Feb 13, 2023
1 parent 8075a84 commit 0cf11ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/blockchain-listener.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as path from 'path';
import { aws_ec2 as ec2, aws_ecs as ecs, aws_events as events, aws_logs as logs, RemovalPolicy } from 'aws-cdk-lib';
import { PropagatedTagSource } from 'aws-cdk-lib/aws-ecs';
import { Construct } from 'constructs';

/**
Expand Down Expand Up @@ -150,6 +151,7 @@ export class BlockchainListener extends Construct {
securityGroups: [
this.securityGroup,
],
propagateTags: PropagatedTagSource.SERVICE,
},
);
}
Expand Down

0 comments on commit 0cf11ac

Please sign in to comment.