4.3.0
This commit is contained in:
@@ -59,7 +59,7 @@ func utilityPfwCheckPresence(ctx context.Context, d *schema.ResourceData, m inte
|
||||
return nil, err
|
||||
}
|
||||
|
||||
for _, pfw := range pfws {
|
||||
for _, pfw := range pfws.Data {
|
||||
if pfw.ID == uint64(id) {
|
||||
return &pfw, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user