Skip to content

Commit 6459399

Browse files
committed
fix(lb): set resource id on ipam ip get call
1 parent e147c5b commit 6459399

File tree

1 file changed

+1
-0
lines changed
  • internal/services/lb

1 file changed

+1
-0
lines changed

internal/services/lb/lb.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ func resourceLbRead(ctx context.Context, d *schema.ResourceData, m any) diag.Dia
366366
opts := &ipam.GetResourcePrivateIPsOptions{
367367
ResourceType: &resourceType,
368368
PrivateNetworkID: &privateNetworkID,
369+
ResourceID: &lb.ID,
369370
}
370371

371372
privateIPs, err := ipam.GetResourcePrivateIPs(ctx, m, region, opts)

0 commit comments

Comments
 (0)