We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233cd3d commit bc33a10Copy full SHA for bc33a10
infra/prover-cluster/components/ApiGatewayComponent.ts
@@ -69,7 +69,7 @@ export class ApiGatewayComponent extends BaseComponent {
69
70
// Create internal Application Load Balancer for VPC access
71
this.internalAlb = new aws.lb.LoadBalancer("boundless-internal-alb", {
72
- name: `${this.config.stackName}-prover-internal`,
+ name: `${this.config.stackName}-internal`,
73
internal: true, // Internal ALB - only accessible from within VPC
74
loadBalancerType: "application",
75
subnets: config.privateSubnetIds, // Use private subnets
0 commit comments