Skip to content

Commit

Permalink
feat(tg): add name property for target group in web component
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Mar 25, 2023
1 parent dba1642 commit b0a5825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/internal/ecs/web/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export class WebEcsService extends pulumi.ComponentResource {
}, { parent: this });

const targetGroup = new aws.alb.TargetGroup(`${props.name}TargetGroup`, {
name: `${stackName}-${props.name}-tg`,
port: props.port,
protocol: "HTTP",
targetType: "ip",
Expand Down

0 comments on commit b0a5825

Please sign in to comment.