4.9.1
This commit is contained in:
@@ -50,7 +50,7 @@ func utilityAvailableSEPAndPoolsListCheckPresence(ctx context.Context, d *schema
|
||||
req.AccountID = uint64(AccountID.(int))
|
||||
}
|
||||
if RGID, ok := d.GetOk("rg_id"); ok {
|
||||
req.RGID = RGID.(uint64)
|
||||
req.RGID = uint64(RGID.(int))
|
||||
}
|
||||
|
||||
log.Debugf("utilityAvailableSEPAndPoolsListCheckPresence: load sep and pools list")
|
||||
|
||||
Reference in New Issue
Block a user