Skip to content

Commit bc33a10

Browse files
authored
BM-1867: shorten name further (#1299)
1 parent 233cd3d commit bc33a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/prover-cluster/components/ApiGatewayComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class ApiGatewayComponent extends BaseComponent {
6969

7070
// Create internal Application Load Balancer for VPC access
7171
this.internalAlb = new aws.lb.LoadBalancer("boundless-internal-alb", {
72-
name: `${this.config.stackName}-prover-internal`,
72+
name: `${this.config.stackName}-internal`,
7373
internal: true, // Internal ALB - only accessible from within VPC
7474
loadBalancerType: "application",
7575
subnets: config.privateSubnetIds, // Use private subnets

0 commit comments

Comments
 (0)