diff --git a/nutanix/services/prismv2/data_source_restore_points_v2.go b/nutanix/services/prismv2/data_source_restore_points_v2.go index b40da82c..dd798206 100644 --- a/nutanix/services/prismv2/data_source_restore_points_v2.go +++ b/nutanix/services/prismv2/data_source_restore_points_v2.go @@ -31,7 +31,7 @@ func DatasourceNutanixFetchRestorePointsV2() *schema.Resource { "limit": { Type: schema.TypeInt, Optional: true, - Default: 50, + Default: 50, //nolint:gomnd ValidateFunc: validation.IntBetween(1, 100), }, "filter": {