1.1.0
This commit is contained in:
@@ -31,6 +31,9 @@ func VINSListDataSourceCheckPresence(ctx context.Context, plan *models.DataSourc
|
||||
if !plan.ExtIP.IsNull() {
|
||||
listReq.ExtIP = plan.ExtIP.ValueString()
|
||||
}
|
||||
if !plan.VNFDevID.IsNull() {
|
||||
listReq.VNFDevId = uint64(plan.VNFDevID.ValueInt64())
|
||||
}
|
||||
if !plan.IncludeDeleted.IsNull() {
|
||||
listReq.IncludeDeleted = plan.IncludeDeleted.ValueBool()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user