diff --git a/nutanix/services/prismv2/resource_nutanix_restore_source_v2.go b/nutanix/services/prismv2/resource_nutanix_restore_source_v2.go index 60728a7a..cf1c96f0 100644 --- a/nutanix/services/prismv2/resource_nutanix_restore_source_v2.go +++ b/nutanix/services/prismv2/resource_nutanix_restore_source_v2.go @@ -101,7 +101,7 @@ func ResourceNutanixRestoreSourceV2() *schema.Resource { "rpo_in_minutes": { Type: schema.TypeInt, Required: true, - ValidateFunc: validation.IntBetween(60, 1440),//nolint:gomnd + ValidateFunc: validation.IntBetween(60, 1440), //nolint:gomnd }, }, },