Skip to content

Commit 25a0c5e

Browse files
authored
fix(lb): set resource id on ipam ip get call (#3376)
* fix(lb): set resource id on ipam ip get call * update cassettes
1 parent e147c5b commit 25a0c5e

File tree

3 files changed

+668
-767
lines changed

3 files changed

+668
-767
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)