Skip to content

Commit a69169b

Browse files
msk-stackitmarceljk
authored andcommitted
update description
1 parent fd4adb2 commit a69169b

File tree

1 file changed

+0
-2
lines changed
  • stackit/internal/services/loadbalancer/loadbalancer

1 file changed

+0
-2
lines changed

stackit/internal/services/loadbalancer/loadbalancer/resource.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,6 @@ func (r *loadBalancerResource) Create(ctx context.Context, req resource.CreateRe
724724
}
725725
loadBalancerName := *createResp.Name
726726

727-
// Wait for the load balancer to become active.
728-
// This single handler is now used for both automatic and manual modes.
729727
waitResp, err := wait.CreateLoadBalancerWaitHandler(ctx, r.client, projectId, region, loadBalancerName).SetTimeout(90 * time.Minute).WaitWithContext(ctx)
730728
if err != nil {
731729
core.LogAndAddError(ctx, &resp.Diagnostics, "Error creating load balancer", fmt.Sprintf("Load balancer creation waiting: %v", err))

0 commit comments

Comments
 (0)