Skip to content

Commit

Permalink
profile name key correction
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaksibm committed Sep 2, 2024
1 parent e11d333 commit 9e1dfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/service/vpc/data_source_ibm_is_lb.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ func lbGetByName(d *schema.ResourceData, meta interface{}, name string) error {
}
lbProfile := make(map[string]interface{})
if lb.Profile != nil {
lbProfile[name] = *lb.Profile.Name
lbProfile[isLBName] = *lb.Profile.Name
lbProfile[href] = *lb.Profile.Href
lbProfile[family] = *lb.Profile.Family
}
Expand Down

0 comments on commit 9e1dfca

Please sign in to comment.