Skip to content

Commit

Permalink
set incremental interval to null if not provided (#99)
Browse files Browse the repository at this point in the history
set incremental interval to null if not provider
  • Loading branch information
posriniv authored Mar 1, 2024
1 parent 8ee27ee commit a97f0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions managed/resource_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,7 @@ func readBackupScheduleInfo(ctx context.Context, apiClient *openapiclient.APICli
TimeIntervalInDays: types.Int64{Value: int64(backupScheduleResp.Data.Spec.GetTimeIntervalInDays())},
ScheduleID: types.String{Value: scheduleId},
}
backupScheduleStruct.IncrementalIntervalInMins.Null = true
backupScheduleInfo[0] = backupScheduleStruct
return backupScheduleInfo, nil, nil
}
Expand Down

0 comments on commit a97f0be

Please sign in to comment.