Skip to content

Commit

Permalink
database: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kobajagi committed Aug 11, 2023
1 parent 9a526f0 commit 4da4efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/database/resource_redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (r *Resource) readRedis(ctx context.Context, data *ResourceModel, diagnosti
data.MaintenanceTime = types.StringValue(apiService.Maintenance.Time)
}

// Datbase block is required but it may be nil during import.
// Database block is required but it may be nil during import.
if data.Redis == nil {
data.Redis = &ResourceRedisModel{}
}
Expand Down

0 comments on commit 4da4efe

Please sign in to comment.